2024-02-18T01:45:54.590 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-18T01:45:54.590 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122 --verbose --name yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122/orig.config.yaml 2024-02-18T01:45:54.628 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-18T01:45:54.712 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122 branch: pacific-release description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7565122' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: pacific-release 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: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: pacific-release sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 owner: scheduled_yuriw@teuthology priority: 51 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 264 sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: pacific-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCumYKb6Xe95vXHxUkiLWks4UtqnBt55bEmpj2GgtqLNYjjzoDC4htxWiuF3NZHZ0TU1VahTgz/HIzvXy7UDd4w= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHrQ5wrBZUQanL76tDmVAHCn88BOaS+dSTpWAdoDyzcGVpMxay9y4T9r3p4LaImeN1EZkKNM5LxfJeZRrYK8duE= 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:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-17_15:55:51 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-18T01:45:54.712 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa; will attempt to use it 2024-02-18T01:45:54.713 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks 2024-02-18T01:45:54.713 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-18T01:45:54.715 INFO:teuthology.task.internal:Checking packages... 2024-02-18T01:45:54.741 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '81bd20d634209c7cb82c18be12b4b5a05643ebf1' 2024-02-18T01:45:54.742 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-18T01:45:54.742 INFO:teuthology.packaging:ref: None 2024-02-18T01:45:54.742 INFO:teuthology.packaging:tag: None 2024-02-18T01:45:54.742 INFO:teuthology.packaging:branch: pacific-release 2024-02-18T01:45:54.742 INFO:teuthology.packaging:sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 2024-02-18T01:45:54.742 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific-release 2024-02-18T01:45:54.895 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-548.g81bd20d6 2024-02-18T01:45:54.897 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-18T01:45:54.904 INFO:teuthology.task.internal:no buildpackages task found 2024-02-18T01:45:54.904 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-18T01:45:54.911 INFO:teuthology.task.internal:Saving configuration 2024-02-18T01:45:54.927 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-18T01:45:54.933 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T01:45:54.958 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-18 01:40:32.809444', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCumYKb6Xe95vXHxUkiLWks4UtqnBt55bEmpj2GgtqLNYjjzoDC4htxWiuF3NZHZ0TU1VahTgz/HIzvXy7UDd4w='} 2024-02-18T01:45:54.982 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-18 01:40:32.811354', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHrQ5wrBZUQanL76tDmVAHCn88BOaS+dSTpWAdoDyzcGVpMxay9y4T9r3p4LaImeN1EZkKNM5LxfJeZRrYK8duE='} 2024-02-18T01:45:54.983 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-18T01:45:54.990 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-18T01:45:54.990 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-18T01:45:54.990 INFO:teuthology.run_tasks:Running task console_log... 2024-02-18T01:45:55.062 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7efdad74f0d0>, signals=[15]) 2024-02-18T01:45:55.063 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-18T01:45:55.070 INFO:teuthology.task.internal:Opening connections... 2024-02-18T01:45:55.070 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T01:45:55.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T01:45:55.154 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-02-18T01:45:55.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T01:45:55.231 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-18T01:45:55.238 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2024-02-18T01:45:55.261 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2024-02-18T01:45:55.261 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="Red Hat Enterprise Linux" 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="8.6 (Ootpa)" 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:ID="rhel" 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="fedora" 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="8.6" 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el8" 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2024-02-18T01:45:55.322 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-18T01:45:55.323 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://www.redhat.com/" 2024-02-18T01:45:55.323 INFO:teuthology.orchestra.run.smithi008.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-18T01:45:55.323 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-18T01:45:55.323 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:45:55.323 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-18T01:45:55.323 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-18T01:45:55.323 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-18T01:45:55.323 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-18T01:45:55.324 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2024-02-18T01:45:55.361 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-02-18T01:45:55.383 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-02-18T01:45:55.383 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-02-18T01:45:55.443 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="Red Hat Enterprise Linux" 2024-02-18T01:45:55.443 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="8.6 (Ootpa)" 2024-02-18T01:45:55.443 INFO:teuthology.orchestra.run.smithi148.stdout:ID="rhel" 2024-02-18T01:45:55.443 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="fedora" 2024-02-18T01:45:55.443 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="8.6" 2024-02-18T01:45:55.443 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el8" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://www.redhat.com/" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-18T01:45:55.444 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-18T01:45:55.445 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-02-18T01:45:55.468 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-18T01:45:55.477 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-18T01:45:55.482 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-18T01:45:55.483 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2024-02-18T01:45:55.485 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-02-18T01:45:55.504 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-18T01:45:55.511 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-18T01:45:55.511 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2024-02-18T01:45:55.546 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-02-18T01:45:55.572 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-18T01:45:55.625 INFO:teuthology.run_tasks:Running task kernel... 2024-02-18T01:45:55.640 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-18T01:45:55.640 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-18T01:45:55.640 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-18T01:45:55.641 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-18T01:45:55.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:55.660 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-02-18T01:45:55.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:55.661 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-02-18T01:45:55.720 INFO:teuthology.orchestra.run.smithi148.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-18T01:45:55.720 INFO:teuthology.task.kernel:Running kernel on smithi148: 4.18.0-513.9.1.el8_9.x86_64 2024-02-18T01:45:55.721 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2024-02-18T01:45:55.723 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-18T01:45:55.723 INFO:teuthology.task.kernel:Running kernel on smithi008: 4.18.0-513.9.1.el8_9.x86_64 2024-02-18T01:45:55.723 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2024-02-18T01:45:57.218 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2024-02-18T01:45:57.218 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2024-02-18T01:45:57.290 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-18T01:45:57.290 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-02-18T01:45:57.470 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:45:57.470 INFO:teuthology.orchestra.run.smithi008.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T01:45:57.471 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:45:57.569 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:45:57.569 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T01:45:57.569 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:45:59.159 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-02-18T01:45:59.333 INFO:teuthology.orchestra.run.smithi148.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-02-18T01:46:00.679 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-02-18T01:46:01.044 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 9.6 MB/s | 16 MB 00:01 2024-02-18T01:46:04.642 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 316 kB/s | 24 kB 00:00 2024-02-18T01:46:04.660 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 454 kB/s | 24 kB 00:00 2024-02-18T01:46:05.361 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-18T01:46:05.361 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-18T01:46:05.421 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-18T01:46:05.421 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-18T01:46:05.439 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-18T01:46:05.440 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-02-18T01:46:05.440 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-18T01:46:05.495 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-18T01:46:05.496 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-18T01:46:05.497 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-18T01:46:05.590 DEBUG:teuthology.orchestra.run.smithi148:> echo no | sudo yum reinstall kernel || true 2024-02-18T01:46:05.654 DEBUG:teuthology.orchestra.run.smithi008:> echo no | sudo yum reinstall kernel || true 2024-02-18T01:46:05.929 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-18T01:46:05.929 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-02-18T01:46:06.041 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2024-02-18T01:46:06.042 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2024-02-18T01:46:06.207 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:46:06.208 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T01:46:06.208 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:46:06.273 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:46:06.273 INFO:teuthology.orchestra.run.smithi008.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T01:46:06.273 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:46:06.521 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:02 ago on Sun 18 Feb 2024 01:46:04 AM UTC. 2024-02-18T01:46:06.605 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-18T01:46:06.612 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-18T01:46:06.636 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:02 ago on Sun 18 Feb 2024 01:46:04 AM UTC. 2024-02-18T01:46:06.651 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2024-02-18T01:46:06.699 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum reinstall -y kernel || true 2024-02-18T01:46:06.715 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-18T01:46:06.723 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-18T01:46:06.754 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2024-02-18T01:46:06.809 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum reinstall -y kernel || true 2024-02-18T01:46:07.032 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-18T01:46:07.033 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-02-18T01:46:07.193 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2024-02-18T01:46:07.193 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2024-02-18T01:46:07.364 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:46:07.364 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T01:46:07.364 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:46:07.479 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:46:07.480 INFO:teuthology.orchestra.run.smithi008.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T01:46:07.480 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:46:07.665 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:03 ago on Sun 18 Feb 2024 01:46:04 AM UTC. 2024-02-18T01:46:07.727 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-18T01:46:07.727 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-18T01:46:07.756 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2024-02-18T01:46:07.803 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-02-18T01:46:07.841 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:03 ago on Sun 18 Feb 2024 01:46:04 AM UTC. 2024-02-18T01:46:07.914 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-18T01:46:07.914 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-18T01:46:07.946 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2024-02-18T01:46:07.977 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-18T01:46:07.977 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-18T01:46:07.978 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-18T01:46:07.978 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-18T01:46:07.978 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-18T01:46:08.001 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-02-18T01:46:08.009 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-02-18T01:46:08.022 DEBUG:teuthology.parallel:result is None 2024-02-18T01:46:08.171 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-18T01:46:08.171 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-18T01:46:08.171 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-18T01:46:08.171 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-18T01:46:08.172 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-18T01:46:08.205 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2024-02-18T01:46:08.221 DEBUG:teuthology.parallel:result is None 2024-02-18T01:46:08.222 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-18T01:46:08.230 INFO:teuthology.task.internal:Creating test directory... 2024-02-18T01:46:08.230 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-18T01:46:08.264 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-18T01:46:08.283 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-18T01:46:08.289 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-18T01:46:08.297 INFO:teuthology.task.internal:Creating archive directory... 2024-02-18T01:46:08.297 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-18T01:46:08.325 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-18T01:46:08.358 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-18T01:46:08.365 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-18T01:46:08.366 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-18T01:46:08.397 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-18T01:46:08.432 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T01:46:08.438 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T01:46:08.446 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T01:46:08.449 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T01:46:08.450 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-18T01:46:08.457 INFO:teuthology.task.internal:Configuring sudo... 2024-02-18T01:46:08.457 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-18T01:46:08.491 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-18T01:46:08.524 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-18T01:46:08.533 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-18T01:46:08.533 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-18T01:46:08.567 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-18T01:46:08.586 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T01:46:08.676 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T01:46:08.738 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T01:46:08.826 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T01:46:08.875 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:46:08.876 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-18T01:46:08.949 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T01:46:08.993 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T01:46:09.042 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T01:46:09.127 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T01:46:09.168 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:46:09.168 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-18T01:46:09.234 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2024-02-18T01:46:09.237 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-02-18T01:46:09.286 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T01:46:09.324 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T01:46:09.766 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-18T01:46:09.774 INFO:teuthology.task.internal:Starting timer... 2024-02-18T01:46:09.774 INFO:teuthology.run_tasks:Running task pcp... 2024-02-18T01:46:09.783 INFO:teuthology.run_tasks:Running task selinux... 2024-02-18T01:46:09.792 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-18T01:46:09.792 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2024-02-18T01:46:09.856 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2024-02-18T01:46:09.859 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2024-02-18T01:46:09.930 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2024-02-18T01:46:09.932 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-18T01:46:09.932 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2024-02-18T01:46:09.961 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2024-02-18T01:46:09.962 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2024-02-18T01:46:09.987 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2024-02-18T01:46:09.987 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive'} 2024-02-18T01:46:09.987 DEBUG:teuthology.orchestra.run.smithi008:> 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 2024-02-18T01:46:10.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:46:10.035 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-02-18T01:46:10.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:46:10.064 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-18T01:46:10.064 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2024-02-18T01:46:10.105 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2024-02-18T01:46:10.140 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-18T01:46:10.150 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-18T01:46:10.155 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-18T01:46:10.282 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-18T01:46:10.313 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-18T01:46:10.315 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi148.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-18T01:55:52.755 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com')] 2024-02-18T01:55:52.756 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-02-18T01:55:52.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T01:55:52.836 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-02-18T01:55:52.913 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-02-18T01:55:52.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-18T01:55:52.914 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T01:55:52.987 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-02-18T01:55:53.053 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-18T01:55:53.054 INFO:teuthology.run_tasks:Running task clock... 2024-02-18T01:55:53.066 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-18T01:55:53.066 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-18T01:55:53.067 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T01:55:53.069 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-18T01:55:53.069 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T01:55:53.107 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-18T01:55:53.125 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-18T01:55:53.125 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-18T01:55:53.140 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-18T01:55:53.201 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2024-02-18T01:55:53.205 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2024-02-18T01:55:53.215 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2024-02-18T01:55:53.217 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2024-02-18T01:55:53.231 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-18T01:55:53.232 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-18T01:55:53.246 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-18T01:55:53.249 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-18T01:55:53.323 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2024-02-18T01:55:53.324 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2024-02-18T01:55:53.327 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T01:55:53.327 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-02-18T01:55:53.327 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:55:53.327 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:55:53.327 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:55:53.328 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:55:53.328 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T01:55:53.328 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-02-18T01:55:53.328 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:55:53.328 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:55:53.328 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:55:53.328 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:55:53.330 INFO:teuthology.run_tasks:Running task pexec... 2024-02-18T01:55:53.343 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-18T01:55:53.343 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T01:55:53.344 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-18T01:55:53.344 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2024-02-18T01:55:53.344 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-18T01:55:53.750 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-18T01:55:53.803 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2024-02-18T01:55:55.565 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-02-18T01:55:55.733 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-02-18T01:55:55.988 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-02-18T01:55:56.066 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2024-02-18T01:55:59.209 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-18T01:55:59.210 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-18T01:55:59.210 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-02-18T01:55:59.210 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-18T01:55:59.210 INFO:teuthology.orchestra.run.smithi148.stdout:Resetting modules: 2024-02-18T01:55:59.210 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools 2024-02-18T01:55:59.210 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:55:59.211 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-02-18T01:55:59.211 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-18T01:55:59.211 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:55:59.487 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-18T01:55:59.488 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-18T01:55:59.488 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-02-18T01:55:59.489 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-18T01:55:59.489 INFO:teuthology.orchestra.run.smithi008.stdout:Resetting modules: 2024-02-18T01:55:59.489 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools 2024-02-18T01:55:59.489 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:55:59.489 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-18T01:55:59.489 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-18T01:55:59.489 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:56:12.338 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-18T01:56:12.859 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2024-02-18T01:56:13.095 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-18T01:56:13.572 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-18T01:56:14.988 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2024-02-18T01:56:15.339 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-02-18T01:56:15.418 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2024-02-18T01:56:15.789 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2024-02-18T01:56:18.629 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-18T01:56:18.743 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-18T01:56:18.807 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================================== 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================================== 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout:Installing group/module packages: 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-18T01:56:18.808 INFO:teuthology.orchestra.run.smithi008.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout:Installing weak dependencies: 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout:Installing module profiles: 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools/common 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling module streams: 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools rhel8 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================================== 2024-02-18T01:56:18.809 INFO:teuthology.orchestra.run.smithi008.stdout:Install 13 Packages 2024-02-18T01:56:18.810 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:56:18.810 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 26 M 2024-02-18T01:56:18.810 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 87 M 2024-02-18T01:56:18.810 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-18T01:56:18.895 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================== 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================== 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout:Installing group/module packages: 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-18T01:56:18.896 INFO:teuthology.orchestra.run.smithi148.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout:Installing weak dependencies: 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout:Installing module profiles: 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools/common 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout:Enabling module streams: 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools rhel8 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================== 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout:Install 13 Packages 2024-02-18T01:56:18.897 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:56:18.898 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 26 M 2024-02-18T01:56:18.898 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 87 M 2024-02-18T01:56:18.898 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-02-18T01:56:18.994 INFO:teuthology.orchestra.run.smithi008.stdout:(1/13): python3-pyxdg-0.25-16.el8.noarch.rpm 513 kB/s | 94 kB 00:00 2024-02-18T01:56:19.011 INFO:teuthology.orchestra.run.smithi148.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 219 kB/s | 25 kB 00:00 2024-02-18T01:56:19.019 INFO:teuthology.orchestra.run.smithi008.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 119 kB/s | 25 kB 00:00 2024-02-18T01:56:19.054 INFO:teuthology.orchestra.run.smithi148.stdout:(2/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 6.5 MB/s | 1.0 MB 00:00 2024-02-18T01:56:19.069 INFO:teuthology.orchestra.run.smithi008.stdout:(3/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 3.9 MB/s | 1.0 MB 00:00 2024-02-18T01:56:19.079 INFO:teuthology.orchestra.run.smithi148.stdout:(3/13): python3-pyxdg-0.25-16.el8.noarch.rpm 521 kB/s | 94 kB 00:00 2024-02-18T01:56:19.145 INFO:teuthology.orchestra.run.smithi008.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 5.8 MB/s | 739 kB 00:00 2024-02-18T01:56:19.263 INFO:teuthology.orchestra.run.smithi148.stdout:(4/13): buildah-1.31.3-1.module+el8.9.0+20326+3 35 MB/s | 8.8 MB 00:00 2024-02-18T01:56:19.296 INFO:teuthology.orchestra.run.smithi148.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 3.0 MB/s | 739 kB 00:00 2024-02-18T01:56:19.320 INFO:teuthology.orchestra.run.smithi008.stdout:(5/13): buildah-1.31.3-1.module+el8.9.0+20326+3 27 MB/s | 8.8 MB 00:00 2024-02-18T01:56:19.345 INFO:teuthology.orchestra.run.smithi008.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 143 kB/s | 39 kB 00:00 2024-02-18T01:56:19.346 INFO:teuthology.orchestra.run.smithi148.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 147 kB/s | 39 kB 00:00 2024-02-18T01:56:19.363 INFO:teuthology.orchestra.run.smithi148.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+20326+38708 2.3 MB/s | 239 kB 00:00 2024-02-18T01:56:19.404 INFO:teuthology.orchestra.run.smithi008.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+20326+38708 924 kB/s | 239 kB 00:00 2024-02-18T01:56:19.422 INFO:teuthology.orchestra.run.smithi148.stdout:(8/13): python3-podman-4.6.0-1.module+el8.9.0+2 2.0 MB/s | 153 kB 00:00 2024-02-18T01:56:19.429 INFO:teuthology.orchestra.run.smithi008.stdout:(8/13): python3-podman-4.6.0-1.module+el8.9.0+2 1.8 MB/s | 153 kB 00:00 2024-02-18T01:56:19.514 INFO:teuthology.orchestra.run.smithi148.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 17 MB/s | 3.7 MB 00:00 2024-02-18T01:56:19.530 INFO:teuthology.orchestra.run.smithi008.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 18 MB/s | 3.7 MB 00:00 2024-02-18T01:56:19.606 INFO:teuthology.orchestra.run.smithi148.stdout:(10/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 14 MB/s | 2.5 MB 00:00 2024-02-18T01:56:19.613 INFO:teuthology.orchestra.run.smithi008.stdout:(10/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 14 MB/s | 2.5 MB 00:00 2024-02-18T01:56:19.721 INFO:teuthology.orchestra.run.smithi008.stdout:(11/13): udica-0.2.6-20.module+el8.9.0+20326+38 258 kB/s | 49 kB 00:00 2024-02-18T01:56:19.731 INFO:teuthology.orchestra.run.smithi148.stdout:(11/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 22 MB/s | 8.1 MB 00:00 2024-02-18T01:56:19.748 INFO:teuthology.orchestra.run.smithi148.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 289 kB/s | 41 kB 00:00 2024-02-18T01:56:19.798 INFO:teuthology.orchestra.run.smithi148.stdout:(13/13): udica-0.2.6-20.module+el8.9.0+20326+38 174 kB/s | 49 kB 00:00 2024-02-18T01:56:19.798 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-02-18T01:56:19.798 INFO:teuthology.orchestra.run.smithi148.stdout:Total 28 MB/s | 26 MB 00:00 2024-02-18T01:56:19.839 INFO:teuthology.orchestra.run.smithi008.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 182 kB/s | 41 kB 00:00 2024-02-18T01:56:19.997 INFO:teuthology.orchestra.run.smithi008.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 14 MB/s | 8.1 MB 00:00 2024-02-18T01:56:19.998 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-18T01:56:19.998 INFO:teuthology.orchestra.run.smithi008.stdout:Total 21 MB/s | 26 MB 00:01 2024-02-18T01:56:20.077 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-02-18T01:56:20.099 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-02-18T01:56:20.099 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-02-18T01:56:20.310 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-18T01:56:20.327 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-02-18T01:56:20.335 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-18T01:56:20.335 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-18T01:56:20.336 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-02-18T01:56:20.591 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-18T01:56:20.602 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-18T01:56:20.947 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-02-18T01:56:21.126 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-18T01:56:21.206 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-18T01:56:21.343 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 2/13 2024-02-18T01:56:21.343 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-18T01:56:21.569 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 2/13 2024-02-18T01:56:21.860 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-18T01:56:22.082 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-18T01:56:22.097 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-18T01:56:22.248 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-18T01:56:22.297 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-18T01:56:22.490 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-18T01:56:22.584 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-18T01:56:22.783 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-18T01:56:23.449 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-02-18T01:56:23.697 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-18T01:56:23.796 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-02-18T01:56:23.889 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 9/13 2024-02-18T01:56:24.019 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-18T01:56:24.244 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 9/13 2024-02-18T01:56:24.276 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-02-18T01:56:24.642 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-02-18T01:56:25.175 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-18T01:56:25.438 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-02-18T01:56:25.644 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-18T01:56:25.655 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-18T01:56:25.876 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-02-18T01:56:26.047 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 5/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 6/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 7/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 9/13 2024-02-18T01:56:26.073 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 10/13 2024-02-18T01:56:26.074 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-18T01:56:26.074 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 12/13 2024-02-18T01:56:26.504 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-18T01:56:26.504 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-18T01:56:26.504 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 5/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 6/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 7/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 9/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 10/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-18T01:56:26.505 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 12/13 2024-02-18T01:56:41.040 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-18T01:56:41.040 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2024-02-18T01:56:41.079 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-18T01:56:41.079 INFO:teuthology.orchestra.run.smithi008.stdout:Installed products updated. 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-18T01:56:41.592 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.593 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.593 INFO:teuthology.orchestra.run.smithi148.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-02-18T01:56:41.593 INFO:teuthology.orchestra.run.smithi148.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-18T01:56:41.593 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:56:41.593 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-18T01:56:41.681 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:56:41.681 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-18T01:56:41.681 INFO:teuthology.orchestra.run.smithi008.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.681 INFO:teuthology.orchestra.run.smithi008.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.681 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-02-18T01:56:41.681 INFO:teuthology.orchestra.run.smithi008.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:56:41.682 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-18T01:56:41.769 DEBUG:teuthology.parallel:result is None 2024-02-18T01:56:41.890 DEBUG:teuthology.parallel:result is None 2024-02-18T01:56:41.890 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-18T01:56:41.901 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-18T01:56:41.902 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:56:41.902 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:56:41.921 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-18T01:56:41.921 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2024-02-18T01:56:41.982 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-18T01:56:41.982 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:56:41.982 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 182288 Links: 1 2024-02-18T01:56:41.982 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:56:41.982 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:56:41.983 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-18 01:56:26.200082029 +0000 2024-02-18T01:56:41.983 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-18 01:55:23.522099117 +0000 2024-02-18T01:56:41.983 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-18 01:55:23.522099117 +0000 2024-02-18T01:56:41.983 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-02-18T01:56:41.983 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-18T01:56:42.055 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-18T01:56:42.055 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-18T01:56:42.055 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000128821 s, 4.0 MB/s 2024-02-18T01:56:42.057 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-18T01:56:42.121 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 182394 Links: 1 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-18 01:56:26.200082029 +0000 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-18 01:55:23.902094933 +0000 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-18 01:55:23.902094933 +0000 2024-02-18T01:56:42.183 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-02-18T01:56:42.184 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-18T01:56:42.256 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-18T01:56:42.256 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-18T01:56:42.256 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000120548 s, 4.2 MB/s 2024-02-18T01:56:42.257 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-18T01:56:42.320 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 180499 Links: 1 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-18 01:56:26.200082029 +0000 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-18 01:55:24.269090893 +0000 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-18 01:55:24.269090893 +0000 2024-02-18T01:56:42.382 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-02-18T01:56:42.383 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-18T01:56:42.454 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-18T01:56:42.454 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-18T01:56:42.454 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000125395 s, 4.1 MB/s 2024-02-18T01:56:42.456 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-18T01:56:42.519 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 174976 Links: 1 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-18 01:56:26.200082029 +0000 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-18 01:55:24.625086974 +0000 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-18 01:55:24.625086974 +0000 2024-02-18T01:56:42.581 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-02-18T01:56:42.582 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-18T01:56:42.653 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-18T01:56:42.653 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-18T01:56:42.654 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000123228 s, 4.2 MB/s 2024-02-18T01:56:42.655 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-18T01:56:42.719 DEBUG:teuthology.orchestra.run.smithi008:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-18T01:56:42.857 INFO:teuthology.orchestra.run.smithi008.stdout:loop 2024-02-18T01:56:42.858 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_1... 2024-02-18T01:56:42.858 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-18T01:56:42.902 INFO:teuthology.orchestra.run.smithi008.stdout:1 2024-02-18T01:56:42.944 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_11 2024-02-18T01:56:42.990 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_2... 2024-02-18T01:56:42.990 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-18T01:56:43.034 INFO:teuthology.orchestra.run.smithi008.stdout:1 2024-02-18T01:56:43.075 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_21 2024-02-18T01:56:43.118 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_3... 2024-02-18T01:56:43.118 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-18T01:56:43.198 INFO:teuthology.orchestra.run.smithi008.stdout:1 2024-02-18T01:56:43.239 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_31 2024-02-18T01:56:43.282 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_4... 2024-02-18T01:56:43.282 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-18T01:56:43.363 INFO:teuthology.orchestra.run.smithi008.stdout:1 2024-02-18T01:56:43.404 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_41 2024-02-18T01:56:43.447 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:56:43.447 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:56:43.510 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme list 2024-02-18T01:56:43.581 INFO:teuthology.orchestra.run.smithi008.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-18T01:56:43.581 INFO:teuthology.orchestra.run.smithi008.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-18T01:56:43.581 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme0n1 PHMB7476004A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-18T01:56:43.581 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme1n1 0af070d785a31da9fa11 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:56:43.581 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme2n1 143f11764c65b408dc16 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:56:43.581 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme3n1 671338aa9cbb3f10afbe Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:56:43.581 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme4n1 97c0ea445f3b60b56213 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:56:43.582 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T01:56:43.582 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:56:43.582 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/scratch_devs 2024-02-18T01:56:43.657 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:56:43.657 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:56:43.680 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-18T01:56:43.680 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2024-02-18T01:56:43.742 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-18T01:56:43.743 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:56:43.743 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 181315 Links: 1 2024-02-18T01:56:43.743 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:56:43.743 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:56:43.743 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-18 01:56:25.805652490 +0000 2024-02-18T01:56:43.743 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-18 01:54:47.222722262 +0000 2024-02-18T01:56:43.743 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-18 01:54:47.222722262 +0000 2024-02-18T01:56:43.744 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-18T01:56:43.744 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-18T01:56:43.814 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-18T01:56:43.814 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-18T01:56:43.814 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000204851 s, 2.5 MB/s 2024-02-18T01:56:43.815 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-18T01:56:43.877 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2024-02-18T01:56:43.941 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-18T01:56:43.941 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:56:43.941 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 176893 Links: 1 2024-02-18T01:56:43.941 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:56:43.941 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:56:43.941 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-18 01:56:25.805652490 +0000 2024-02-18T01:56:43.941 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-18 01:54:47.576713680 +0000 2024-02-18T01:56:43.942 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-18 01:54:47.576713680 +0000 2024-02-18T01:56:43.942 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-18T01:56:43.942 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-18T01:56:44.012 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-18T01:56:44.012 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-18T01:56:44.012 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000251805 s, 2.0 MB/s 2024-02-18T01:56:44.013 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-18T01:56:44.073 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 177726 Links: 1 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-18 01:56:25.805652490 +0000 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-18 01:54:47.910705582 +0000 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-18 01:54:47.910705582 +0000 2024-02-18T01:56:44.134 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-18T01:56:44.135 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-18T01:56:44.202 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-18T01:56:44.202 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-18T01:56:44.202 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000201764 s, 2.5 MB/s 2024-02-18T01:56:44.203 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-18T01:56:44.262 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 174885 Links: 1 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-18 01:56:25.805652490 +0000 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-18 01:54:48.264696999 +0000 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-18 01:54:48.264696999 +0000 2024-02-18T01:56:44.321 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-18T01:56:44.322 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-18T01:56:44.388 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-18T01:56:44.388 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-18T01:56:44.388 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000311884 s, 1.6 MB/s 2024-02-18T01:56:44.389 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-18T01:56:44.447 DEBUG:teuthology.orchestra.run.smithi148:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-18T01:56:44.564 INFO:teuthology.orchestra.run.smithi148.stdout:loop 2024-02-18T01:56:44.566 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2024-02-18T01:56:44.566 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-18T01:56:44.601 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-02-18T01:56:44.636 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_11 2024-02-18T01:56:44.677 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2024-02-18T01:56:44.677 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-18T01:56:44.755 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-02-18T01:56:44.791 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_21 2024-02-18T01:56:44.829 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2024-02-18T01:56:44.830 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-18T01:56:44.908 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-02-18T01:56:44.944 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_31 2024-02-18T01:56:44.982 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2024-02-18T01:56:44.983 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-18T01:56:45.058 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-02-18T01:56:45.093 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_41 2024-02-18T01:56:45.132 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:56:45.132 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:56:45.189 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme list 2024-02-18T01:56:45.255 INFO:teuthology.orchestra.run.smithi148.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-18T01:56:45.255 INFO:teuthology.orchestra.run.smithi148.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-18T01:56:45.255 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme0n1 CVFT6233005G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-18T01:56:45.255 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme1n1 5765fd1e973ef3413f3c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:56:45.255 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme2n1 8ffb528192885d7c8242 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:56:45.255 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme3n1 dba16aed07597e30ca58 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:56:45.255 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme4n1 1df134de53ebe7e24954 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:56:45.256 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T01:56:45.256 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:56:45.256 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2024-02-18T01:56:45.323 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-18T01:56:45.402 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': '81bd20d634209c7cb82c18be12b4b5a05643ebf1'} 2024-02-18T01:56:45.402 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 2024-02-18T01:56:45.403 INFO:tasks.cephadm:Cluster fsid is f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:56:45.403 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-18T01:56:45.403 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-18T01:56:45.403 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi008': '172.21.15.8', 'mon.smithi148': '172.21.15.148'} 2024-02-18T01:56:45.403 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-18T01:56:45.404 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2024-02-18T01:56:45.439 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-02-18T01:56:45.467 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 81bd20d634209c7cb82c18be12b4b5a05643ebf1)... 2024-02-18T01:56:45.469 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/81bd20d634209c7cb82c18be12b4b5a05643ebf1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-18T01:56:45.627 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 18 01:56 /home/ubuntu/cephtest/cephadm 2024-02-18T01:56:45.628 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/81bd20d634209c7cb82c18be12b4b5a05643ebf1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-18T01:56:45.760 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 18 01:56 /home/ubuntu/cephtest/cephadm 2024-02-18T01:56:45.761 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-18T01:56:45.784 DEBUG:teuthology.orchestra.run.smithi148:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-18T01:56:45.819 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /etc/ceph 2024-02-18T01:56:45.860 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /etc/ceph 2024-02-18T01:56:45.887 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 777 /etc/ceph 2024-02-18T01:56:45.935 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 777 /etc/ceph 2024-02-18T01:56:45.962 INFO:tasks.cephadm:Writing seed config... 2024-02-18T01:56:45.963 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-18T01:56:45.963 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-18T01:56:45.963 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-18T01:56:45.963 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-18T01:56:45.963 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-18T01:56:45.964 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-18T01:56:45.964 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-18T01:56:45.964 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-18T01:56:45.969 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:56:45.969 DEBUG:teuthology.orchestra.run.smithi008:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-18T01:56:45.997 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd 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 = f82c32f8-ce00-11ee-95ba-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-18T01:56:45.997 DEBUG:teuthology.orchestra.run.smithi008:mon.smithi008> sudo journalctl -f -n 0 -u ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi008.service 2024-02-18T01:56:46.039 INFO:tasks.cephadm:Bootstrapping... 2024-02-18T01:56:46.040 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 -v bootstrap --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 --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.8 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:56:46.074 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:-- Logs begin at Sun 2024-02-18 01:44:39 UTC. -- 2024-02-18T01:56:46.335 INFO:teuthology.orchestra.run.smithi008.stderr:-------------------------------------------------------------------------------- 2024-02-18T01:56:46.335 INFO:teuthology.orchestra.run.smithi008.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1', '-v', 'bootstrap', '--fsid', 'f82c32f8-ce00-11ee-95ba-87774f69a715', '--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.8', '--skip-admin-label'] 2024-02-18T01:56:47.887 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2024-02-18T01:56:47.897 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying podman|docker is present... 2024-02-18T01:56:47.924 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2024-02-18T01:56:47.939 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying lvm2 is present... 2024-02-18T01:56:47.939 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying time synchronization is in place... 2024-02-18T01:56:47.947 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-18T01:56:47.953 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-02-18T01:56:47.961 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2024-02-18T01:56:47.968 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2024-02-18T01:56:47.968 INFO:teuthology.orchestra.run.smithi008.stderr:Unit chronyd.service is enabled and running 2024-02-18T01:56:47.969 INFO:teuthology.orchestra.run.smithi008.stderr:Repeating the final host check... 2024-02-18T01:56:47.991 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2024-02-18T01:56:48.001 INFO:teuthology.orchestra.run.smithi008.stderr:podman (/bin/podman) version 4.6.1 is present 2024-02-18T01:56:48.001 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl is present 2024-02-18T01:56:48.001 INFO:teuthology.orchestra.run.smithi008.stderr:lvcreate is present 2024-02-18T01:56:48.008 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-18T01:56:48.015 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-02-18T01:56:48.021 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2024-02-18T01:56:48.028 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2024-02-18T01:56:48.029 INFO:teuthology.orchestra.run.smithi008.stderr:Unit chronyd.service is enabled and running 2024-02-18T01:56:48.029 INFO:teuthology.orchestra.run.smithi008.stderr:Host looks OK 2024-02-18T01:56:48.029 INFO:teuthology.orchestra.run.smithi008.stderr:Cluster fsid: f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:56:48.029 INFO:teuthology.orchestra.run.smithi008.stderr:Acquiring lock 139888208552904 on /run/cephadm/f82c32f8-ce00-11ee-95ba-87774f69a715.lock 2024-02-18T01:56:48.029 INFO:teuthology.orchestra.run.smithi008.stderr:Lock 139888208552904 acquired on /run/cephadm/f82c32f8-ce00-11ee-95ba-87774f69a715.lock 2024-02-18T01:56:48.030 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 3300 ... 2024-02-18T01:56:48.030 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 6789 ... 2024-02-18T01:56:48.030 INFO:teuthology.orchestra.run.smithi008.stderr:Base mon IP(s) is [172.21.15.8:3300, 172.21.15.8:6789], mon addrv is [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-02-18T01:56:48.033 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-18T01:56:48.033 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2024-02-18T01:56:48.036 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-18T01:56:48.036 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-18T01:56:48.036 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1769sec hoplimit 64 pref medium 2024-02-18T01:56:48.039 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-18T01:56:48.039 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-18T01:56:48.039 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-18T01:56:48.039 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-18T01:56:48.039 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:25fe/64 scope link 2024-02-18T01:56:48.039 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-18T01:56:48.040 INFO:teuthology.orchestra.run.smithi008.stderr:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-02-18T01:56:48.040 INFO:teuthology.orchestra.run.smithi008.stderr:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-02-18T01:56:48.040 INFO:teuthology.orchestra.run.smithi008.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-18T01:56:48.041 INFO:teuthology.orchestra.run.smithi008.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-18T01:56:48.042 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1... 2024-02-18T01:56:48.163 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1... 2024-02-18T01:56:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Getting image source signatures 2024-02-18T01:56:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:ec93555fb25f6296fcd66f232359fb768587e082c45b15dd379853eb0f28a963 2024-02-18T01:56:48.239 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-18T01:57:13.644 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying config sha256:823b921721f579487e02cd293080702537bcba9f4f96b9041a06d7563de513aa 2024-02-18T01:57:13.702 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Writing manifest to image destination 2024-02-18T01:57:13.929 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 823b921721f579487e02cd293080702537bcba9f4f96b9041a06d7563de513aa 2024-02-18T01:57:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:ceph: ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable) 2024-02-18T01:57:14.849 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph version: ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable) 2024-02-18T01:57:14.849 INFO:teuthology.orchestra.run.smithi008.stderr:Extracting ceph user uid/gid from container image... 2024-02-18T01:57:15.141 INFO:teuthology.orchestra.run.smithi008.stderr:stat: 167 167 2024-02-18T01:57:15.581 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial keys... 2024-02-18T01:57:15.849 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQD7Y9FlvPwNMhAAX2VkKw/pz/hcA+W353OIsA== 2024-02-18T01:57:16.500 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQD8Y9FlrOHiHBAArhncguhzHcg0crwEJvyMkw== 2024-02-18T01:57:17.141 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQD9Y9Flo57cBhAAMqQ4v6TDUa2Ylotesz93eQ== 2024-02-18T01:57:17.497 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial monmap... 2024-02-18T01:57:17.766 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-18T01:57:17.766 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:17.766 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-18T01:57:18.108 INFO:teuthology.orchestra.run.smithi008.stderr:monmaptool for smithi008 [v2:172.21.15.8:3300,v1:172.21.15.8:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-18T01:57:18.109 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: set fsid to f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:18.109 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-18T01:57:18.109 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:57:18.109 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mon... 2024-02-18T01:57:18.433 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.398+0000 7fcb1eb39880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.398+0000 7fcb1eb39880 1 imported monmap: 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: fsid f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: last_changed 2024-02-18T01:57:17.762908+0000 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: created 2024-02-18T01:57:17.762908+0000 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.smithi008 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.398+0000 7fcb1eb39880 0 /usr/bin/ceph-mon: set fsid to f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:18.434 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: DB SUMMARY 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi008/store.db dir, Total Num: 0, files: 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi008/store.db: 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.create_if_missing: 1 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.env: 0x559b73ff7080 2024-02-18T01:57:18.435 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.fs: Posix File System 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.info_log: 0x559b763ff300 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.statistics: (nil) 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.use_fsync: 0 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T01:57:18.436 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.db_log_dir: 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi008/store.db 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.write_buffer_manager: 0x559b76405950 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T01:57:18.437 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.unordered_write: 0 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.row_cache: None 2024-02-18T01:57:18.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.wal_filter: None 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T01:57:18.439 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.max_open_files: -1 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T01:57:18.440 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Compression algorithms supported: 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: kZSTD supported: 0 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.399+0000 7fcb1eb39880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000001 2024-02-18T01:57:18.441 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.merge_operator: 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_filter: None 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559b76315d18) 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-18T01:57:18.442 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache: 0x559b7634ad10 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-18T01:57:18.443 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-18T01:57:18.444 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compression: NoCompression 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.num_levels: 7 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T01:57:18.445 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T01:57:18.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T01:57:18.447 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T01:57:18.448 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.ttl: 2592000 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.400+0000 7fcb1eb39880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.401+0000 7fcb1eb39880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.449 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.401+0000 7fcb1eb39880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.402+0000 7fcb1eb39880 4 rocksdb: DB pointer 0x559b76413800 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.402+0000 7fcb079ac700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.402+0000 7fcb079ac700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:57:18.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:57:18.451 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T01:57:18.452 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 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 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.403+0000 7fcb1eb39880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-18T01:57:18.453 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.403+0000 7fcb1eb39880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-18T01:57:18.454 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:57:18.403+0000 7fcb1eb39880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi008 for mon.smithi008 2024-02-18T01:57:18.762 INFO:teuthology.orchestra.run.smithi008.stderr:create mon.smithi008 on 2024-02-18T01:57:18.890 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-18T01:57:18.999 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715.target. 2024-02-18T01:57:18.999 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715.target. 2024-02-18T01:57:19.232 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi008.service: Unit ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi008.service not loaded. 2024-02-18T01:57:19.240 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715.target.wants/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi008.service → /etc/systemd/system/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@.service. 2024-02-18T01:57:19.782 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2024-02-18T01:57:19.791 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-02-18T01:57:19.792 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2024-02-18T01:57:19.792 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2024-02-18T01:57:19.793 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon to start... 2024-02-18T01:57:19.793 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon... 2024-02-18T01:57:20.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: cluster 2024-02-18T01:57:19.788421+0000 mon.smithi008 (mon.0) 1 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2024-02-18T01:57:20.269 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: cluster: 2024-02-18T01:57:20.269 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: id: f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:20.269 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-18T01:57:20.269 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:20.269 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: services: 2024-02-18T01:57:20.269 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi008 (age 0.467128s) 2024-02-18T01:57:20.269 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-18T01:57:20.269 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-18T01:57:20.270 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:20.270 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: data: 2024-02-18T01:57:20.270 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-18T01:57:20.270 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-18T01:57:20.270 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-18T01:57:20.270 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pgs: 2024-02-18T01:57:20.270 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:20.668 INFO:teuthology.orchestra.run.smithi008.stderr:mon is available 2024-02-18T01:57:20.669 INFO:teuthology.orchestra.run.smithi008.stderr:Assimilating anything we can from ceph.conf... 2024-02-18T01:57:21.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: cluster 2024-02-18T01:57:19.803937+0000 mon.smithi008 (mon.0) 2 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2024-02-18T01:57:21.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: cluster 2024-02-18T01:57:19.804178+0000 mon.smithi008 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} removed_ranks: {} 2024-02-18T01:57:21.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: cluster 2024-02-18T01:57:19.806694+0000 mon.smithi008 (mon.0) 4 : cluster [DBG] fsmap 2024-02-18T01:57:21.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: cluster 2024-02-18T01:57:19.808857+0000 mon.smithi008 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-18T01:57:21.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: cluster 2024-02-18T01:57:19.809426+0000 mon.smithi008 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-18T01:57:21.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: audit 2024-02-18T01:57:20.271015+0000 mon.smithi008 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.8:0/730571881' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-18T01:57:21.188 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:21.188 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2024-02-18T01:57:21.188 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-18T01:57:21.189 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-18T01:57:21.544 INFO:teuthology.orchestra.run.smithi008.stderr:Generating new minimal ceph.conf... 2024-02-18T01:57:22.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: audit 2024-02-18T01:57:21.187225+0000 mon.smithi008 (mon.0) 8 : audit [INF] from='client.? 172.21.15.8:0/1949356561' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-18T01:57:22.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: audit 2024-02-18T01:57:21.190028+0000 mon.smithi008 (mon.0) 9 : audit [INF] from='client.? 172.21.15.8:0/1949356561' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-18T01:57:22.636 INFO:teuthology.orchestra.run.smithi008.stderr:Restarting the monitor... 2024-02-18T01:57:22.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:22 smithi008 systemd[1]: Stopping Ceph mon.smithi008 for f82c32f8-ce00-11ee-95ba-87774f69a715... 2024-02-18T01:57:22.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:22 smithi008 bash[33176]: Error: no container with name or ID "ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon.smithi008" found: no such container 2024-02-18T01:57:22.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: audit 2024-02-18T01:57:22.176902+0000 mon.smithi008 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.8:0/2678335788' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:57:23.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: debug 2024-02-18T01:57:22.890+0000 7fe47700f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi008 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-18T01:57:23.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[32848]: debug 2024-02-18T01:57:22.890+0000 7fe47700f700 -1 mon.smithi008@0(leader) e1 *** Got Signal Terminated *** 2024-02-18T01:57:23.425 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:23 smithi008 bash[33214]: ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008 2024-02-18T01:57:23.675 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:23 smithi008 systemd[1]: ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi008.service: Succeeded. 2024-02-18T01:57:23.675 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:23 smithi008 systemd[1]: Stopped Ceph mon.smithi008 for f82c32f8-ce00-11ee-95ba-87774f69a715. 2024-02-18T01:57:23.675 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:23 smithi008 systemd[1]: Starting Ceph mon.smithi008 for f82c32f8-ce00-11ee-95ba-87774f69a715... 2024-02-18T01:57:24.312 INFO:teuthology.orchestra.run.smithi008.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-18T01:57:24.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.307+0000 7ff63d896880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T01:57:24.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.307+0000 7ff63d896880 0 ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable), process ceph-mon, pid 7 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.307+0000 7ff63d896880 0 pidfile_write: ignore empty --pid-file 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 bash[33333]: 6c27c270cf03b1ccc286433daf6349432ecb0b32d8e661b964e8ee830220c0b9 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 systemd[1]: Started Ceph mon.smithi008 for f82c32f8-ce00-11ee-95ba-87774f69a715. 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.312+0000 7ff63d896880 0 load: jerasure load: lrc load: isa 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: DB SUMMARY 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: CURRENT file: CURRENT 2024-02-18T01:57:24.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-18T01:57:24.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-18T01:57:24.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi008/store.db dir, Total Num: 1, files: 000004.sst 2024-02-18T01:57:24.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi008/store.db: 000006.log size: 86987 ; 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.create_if_missing: 0 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.env: 0x559bb6986080 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.fs: Posix File System 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.info_log: 0x559bb8fd5d20 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T01:57:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.statistics: (nil) 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.use_fsync: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T01:57:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.db_log_dir: 2024-02-18T01:57:24.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi008/store.db 2024-02-18T01:57:24.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T01:57:24.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T01:57:24.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T01:57:24.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T01:57:24.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T01:57:24.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T01:57:24.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T01:57:24.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T01:57:24.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T01:57:24.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T01:57:24.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.write_buffer_manager: 0x559bb9c50450 2024-02-18T01:57:24.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T01:57:24.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T01:57:24.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T01:57:24.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T01:57:24.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T01:57:24.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T01:57:24.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T01:57:24.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T01:57:24.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T01:57:24.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.unordered_write: 0 2024-02-18T01:57:24.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T01:57:24.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T01:57:24.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T01:57:24.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T01:57:24.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.row_cache: None 2024-02-18T01:57:24.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.wal_filter: None 2024-02-18T01:57:24.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T01:57:24.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T01:57:24.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T01:57:24.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T01:57:24.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T01:57:24.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T01:57:24.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T01:57:24.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T01:57:24.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T01:57:24.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T01:57:24.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T01:57:24.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T01:57:24.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T01:57:24.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T01:57:24.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T01:57:24.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T01:57:24.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T01:57:24.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.313+0000 7ff63d896880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T01:57:24.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T01:57:24.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T01:57:24.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T01:57:24.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_open_files: -1 2024-02-18T01:57:24.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T01:57:24.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T01:57:24.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T01:57:24.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T01:57:24.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Compression algorithms supported: 2024-02-18T01:57:24.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T01:57:24.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: kZSTD supported: 0 2024-02-18T01:57:24.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T01:57:24.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T01:57:24.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T01:57:24.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T01:57:24.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T01:57:24.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T01:57:24.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000005 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.merge_operator: 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_filter: None 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559bb8f85d10) 2024-02-18T01:57:24.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cache_index_and_filter_blocks: 1 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: pin_top_level_index_and_filter: 1 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: index_type: 0 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: data_block_index_type: 0 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: index_shortening: 1 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: data_block_hash_table_util_ratio: 0.750000 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: hash_index_allow_collision: 1 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: checksum: 1 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: no_block_cache: 0 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: block_cache: 0x559bb8fbaf10 2024-02-18T01:57:24.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: block_cache_name: BinnedLRUCache 2024-02-18T01:57:24.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: block_cache_options: 2024-02-18T01:57:24.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: capacity : 536870912 2024-02-18T01:57:24.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: num_shard_bits : 4 2024-02-18T01:57:24.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: strict_capacity_limit : 0 2024-02-18T01:57:24.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: high_pri_pool_ratio: 0.000 2024-02-18T01:57:24.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: block_cache_compressed: (nil) 2024-02-18T01:57:24.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: persistent_cache: (nil) 2024-02-18T01:57:24.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: block_size: 4096 2024-02-18T01:57:24.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: block_size_deviation: 10 2024-02-18T01:57:24.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: block_restart_interval: 16 2024-02-18T01:57:24.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: index_block_restart_interval: 1 2024-02-18T01:57:24.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: metadata_block_size: 4096 2024-02-18T01:57:24.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: partition_filters: 0 2024-02-18T01:57:24.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: use_delta_encoding: 1 2024-02-18T01:57:24.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T01:57:24.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: whole_key_filtering: 1 2024-02-18T01:57:24.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: verify_compression: 0 2024-02-18T01:57:24.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: read_amp_bytes_per_bit: 0 2024-02-18T01:57:24.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: format_version: 2 2024-02-18T01:57:24.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: enable_index_compression: 1 2024-02-18T01:57:24.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: block_align: 0 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compression: NoCompression 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.num_levels: 7 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T01:57:24.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T01:57:24.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T01:57:24.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T01:57:24.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T01:57:24.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T01:57:24.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T01:57:24.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T01:57:24.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T01:57:24.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T01:57:24.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T01:57:24.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T01:57:24.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T01:57:24.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.ttl: 2592000 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.314+0000 7ff63d896880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.315+0000 7ff63d896880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.315+0000 7ff63d896880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.315+0000 7ff63d896880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708221444317086, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.315+0000 7ff63d896880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.316+0000 7ff63d896880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-18T01:57:24.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.317+0000 7ff63d896880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708221444318634, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83696, "table_properties": {"data_size": 81963, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9462, "raw_average_key_size": 47, "raw_value_size": 76518, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1708221444, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.317+0000 7ff63d896880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.317+0000 7ff63d896880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708221444319379, "job": 1, "event": "recovery_finished"} 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.319+0000 7ff63d896880 4 rocksdb: DB pointer 0x559bb9083800 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.319+0000 7ff624688700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.319+0000 7ff624688700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ** DB Stats ** 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-18T01:57:24.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ** Compaction Stats [default] ** 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 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 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: L0 2/0 83.43 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.2 0.00 0.00 1 0.001 0 0 2024-02-18T01:57:24.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Sum 2/0 83.43 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.2 0.00 0.00 1 0.001 0 0 2024-02-18T01:57:24.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.2 0.00 0.00 1 0.001 0 0 2024-02-18T01:57:24.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ** Compaction Stats [default] ** 2024-02-18T01:57:24.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 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 2024-02-18T01:57:24.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:57:24.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 81.2 0.00 0.00 1 0.001 0 0 2024-02-18T01:57:24.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:57:24.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:57:24.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:57:24.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:57:24.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:57:24.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:57:24.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Cumulative compaction: 0.00 GB write, 15.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:57:24.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Interval compaction: 0.00 GB write, 15.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:57:24.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:57:24.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:57:24.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ** Compaction Stats [default] ** 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 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 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: L0 2/0 83.43 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.2 0.00 0.00 1 0.001 0 0 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Sum 2/0 83.43 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.2 0.00 0.00 1 0.001 0 0 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ** Compaction Stats [default] ** 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 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 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 81.2 0.00 0.00 1 0.001 0 0 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:57:24.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Cumulative compaction: 0.00 GB write, 15.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.320+0000 7ff63d896880 0 starting mon.smithi008 rank 0 at public addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] at bind addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi008 fsid f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:24.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.321+0000 7ff63d896880 1 mon.smithi008@-1(???) e1 preinit fsid f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:24.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.321+0000 7ff63d896880 0 mon.smithi008@-1(???).mds e1 new map 2024-02-18T01:57:24.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.321+0000 7ff63d896880 0 mon.smithi008@-1(???).mds e1 print_map 2024-02-18T01:57:24.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: e1 2024-02-18T01:57:24.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-18T01:57:24.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 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} 2024-02-18T01:57:24.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: legacy client fscid: -1 2024-02-18T01:57:24.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: No filesystems configured 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.321+0000 7ff63d896880 0 mon.smithi008@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.321+0000 7ff63d896880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.321+0000 7ff63d896880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.321+0000 7ff63d896880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:22.176902+0000 mon.smithi008 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.8:0/2678335788' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T01:57:24.321+0000 7ff63d896880 1 mon.smithi008@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:24.339252+0000 mon.smithi008 (mon.0) 1 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:24.339365+0000 mon.smithi008 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} removed_ranks: {} 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:24.351944+0000 mon.smithi008 (mon.0) 3 : cluster [DBG] fsmap 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:24.351995+0000 mon.smithi008 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-18T01:57:24.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:24.352426+0000 mon.smithi008 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-18T01:57:25.135 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-18T01:57:25.135 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:57:25.135 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mgr... 2024-02-18T01:57:25.136 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying port 9283 ... 2024-02-18T01:57:25.296 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mgr.smithi008.bqmuux.service: Unit ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mgr.smithi008.bqmuux.service not loaded. 2024-02-18T01:57:25.303 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715.target.wants/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mgr.smithi008.bqmuux.service → /etc/systemd/system/ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@.service. 2024-02-18T01:57:25.845 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2024-02-18T01:57:25.854 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-02-18T01:57:25.855 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2024-02-18T01:57:25.855 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2024-02-18T01:57:25.863 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2024-02-18T01:57:25.871 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-02-18T01:57:25.872 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2024-02-18T01:57:25.872 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-18T01:57:25.873 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr to start... 2024-02-18T01:57:25.873 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr... 2024-02-18T01:57:26.035 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:24.776629+0000 mon.smithi008 (mon.0) 6 : audit [INF] from='client.? 172.21.15.8:0/299103823' entity='client.admin' 2024-02-18T01:57:26.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:26.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-02-18T01:57:26.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "f82c32f8-ce00-11ee-95ba-87774f69a715", 2024-02-18T01:57:26.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-02-18T01:57:26.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T01:57:26.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T01:57:26.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-02-18T01:57:26.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-02-18T01:57:19.805570+0000", 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T01:57:26.326 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-02-18T01:57:26.621 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (1/15)... 2024-02-18T01:57:27.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:26.320384+0000 mon.smithi008 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.8:0/1672929482' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T01:57:29.091 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "f82c32f8-ce00-11ee-95ba-87774f69a715", 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-02-18T01:57:29.092 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T01:57:29.093 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T01:57:29.097 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T01:57:29.098 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-02-18T01:57:19.805570+0000", 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T01:57:29.099 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-02-18T01:57:29.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:29.092107+0000 mon.smithi008 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.8:0/1298235785' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T01:57:29.879 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (2/15)... 2024-02-18T01:57:32.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:31.879488+0000 mon.smithi008 (mon.0) 9 : cluster [INF] Activating manager daemon smithi008.bqmuux 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:31.882448+0000 mon.smithi008 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi008.bqmuux(active, starting, since 0.00309855s) 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.883373+0000 mon.smithi008 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.883645+0000 mon.smithi008 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.883773+0000 mon.smithi008 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.883893+0000 mon.smithi008 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.884350+0000 mon.smithi008 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr metadata", "who": "smithi008.bqmuux", "id": "smithi008.bqmuux"}]: dispatch 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:31.899645+0000 mon.smithi008 (mon.0) 16 : cluster [INF] Manager daemon smithi008.bqmuux is now available 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.911121+0000 mon.smithi008 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.918180+0000 mon.smithi008 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.bqmuux/mirror_snapshot_schedule"}]: dispatch 2024-02-18T01:57:32.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.922540+0000 mon.smithi008 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.bqmuux/trash_purge_schedule"}]: dispatch 2024-02-18T01:57:32.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.926582+0000 mon.smithi008 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:32.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:31.928464+0000 mon.smithi008 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.8:0/1704898022' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:32.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:32.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-02-18T01:57:32.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "f82c32f8-ce00-11ee-95ba-87774f69a715", 2024-02-18T01:57:32.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2024-02-18T01:57:32.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T01:57:32.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:32.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:32.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T01:57:32.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:32.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-02-18T01:57:19.805570+0000", 2024-02-18T01:57:32.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:57:32.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:32.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T01:57:32.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-02-18T01:57:32.667 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (3/15)... 2024-02-18T01:57:33.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:32.306657+0000 mon.smithi008 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.8:0/1361232111' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T01:57:33.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:32.885757+0000 mon.smithi008 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi008.bqmuux(active, since 1.0064s) 2024-02-18T01:57:35.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:33.934313+0000 mon.smithi008 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi008.bqmuux(active, since 2s) 2024-02-18T01:57:35.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:35.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-02-18T01:57:35.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "f82c32f8-ce00-11ee-95ba-87774f69a715", 2024-02-18T01:57:35.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-02-18T01:57:35.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T01:57:35.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T01:57:35.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:35.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T01:57:35.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:35.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T01:57:35.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T01:57:35.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T01:57:35.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T01:57:35.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T01:57:35.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T01:57:35.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:35.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T01:57:35.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T01:57:35.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-02-18T01:57:35.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-02-18T01:57:19.805570+0000", 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T01:57:35.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-02-18T01:57:35.666 INFO:teuthology.orchestra.run.smithi008.stderr:mgr is available 2024-02-18T01:57:36.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:36.221 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2024-02-18T01:57:36.222 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-18T01:57:36.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-02-18T01:57:36.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2024-02-18T01:57:36.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-18T01:57:36.223 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-18T01:57:36.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:35.310012+0000 mon.smithi008 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.8:0/4232672240' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T01:57:36.558 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling cephadm module... 2024-02-18T01:57:37.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:36.222931+0000 mon.smithi008 (mon.0) 26 : audit [INF] from='client.? 172.21.15.8:0/3318946320' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-18T01:57:38.210 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:37.178674+0000 mon.smithi008 (mon.0) 27 : audit [INF] from='client.? 172.21.15.8:0/4042272314' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-18T01:57:38.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-02-18T01:57:38.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-18T01:57:38.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-02-18T01:57:38.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "smithi008.bqmuux", 2024-02-18T01:57:38.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-18T01:57:38.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-02-18T01:57:39.176 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:37.939338+0000 mon.smithi008 (mon.0) 28 : audit [INF] from='client.? 172.21.15.8:0/4042272314' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-18T01:57:39.176 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:37.939420+0000 mon.smithi008 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi008.bqmuux(active, since 6s) 2024-02-18T01:57:39.176 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:38.887177+0000 mon.smithi008 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.8:0/2479770948' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-18T01:57:39.224 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2024-02-18T01:57:39.224 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 5... 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:44.020213+0000 mon.smithi008 (mon.0) 31 : cluster [INF] Active manager daemon smithi008.bqmuux restarted 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:44.020519+0000 mon.smithi008 (mon.0) 32 : cluster [INF] Activating manager daemon smithi008.bqmuux 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:44.023416+0000 mon.smithi008 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:44.023541+0000 mon.smithi008 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi008.bqmuux(active, starting, since 0.00311543s) 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.024480+0000 mon.smithi008 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.025112+0000 mon.smithi008 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr metadata", "who": "smithi008.bqmuux", "id": "smithi008.bqmuux"}]: dispatch 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.025992+0000 mon.smithi008 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.026239+0000 mon.smithi008 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.026485+0000 mon.smithi008 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T01:57:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:44.040161+0000 mon.smithi008 (mon.0) 40 : cluster [INF] Manager daemon smithi008.bqmuux is now available 2024-02-18T01:57:44.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.054212+0000 mon.smithi008 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:45.030 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-02-18T01:57:45.030 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-18T01:57:45.030 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2024-02-18T01:57:45.030 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-02-18T01:57:45.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:57:44.051403+0000 mgr.smithi008.bqmuux (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-18T01:57:45.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.154244+0000 mon.smithi008 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:45.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.155399+0000 mon.smithi008 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:57:45.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.156983+0000 mon.smithi008 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:57:45.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.159726+0000 mon.smithi008 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:57:45.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.174593+0000 mon.smithi008 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.bqmuux/mirror_snapshot_schedule"}]: dispatch 2024-02-18T01:57:45.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:44.178479+0000 mon.smithi008 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.bqmuux/trash_purge_schedule"}]: dispatch 2024-02-18T01:57:45.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:45.026461+0000 mon.smithi008 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi008.bqmuux(active, since 1.00603s) 2024-02-18T01:57:46.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:45.025525+0000 mgr.smithi008.bqmuux (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-18T01:57:46.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:45.032827+0000 mgr.smithi008.bqmuux (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-18T01:57:46.965 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 5 is available 2024-02-18T01:57:46.965 INFO:teuthology.orchestra.run.smithi008.stderr:Setting orchestrator backend to cephadm... 2024-02-18T01:57:47.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:57:46.157345+0000 mon.smithi008 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi008.bqmuux(active, since 2s) 2024-02-18T01:57:49.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:48.632848+0000 mgr.smithi008.bqmuux (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:49.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:48.636984+0000 mon.smithi008 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:49.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:48.690527+0000 mon.smithi008 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:57:50.564 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: value unchanged 2024-02-18T01:57:50.923 INFO:teuthology.orchestra.run.smithi008.stderr:Generating ssh key... 2024-02-18T01:57:51.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:50.567912+0000 mgr.smithi008.bqmuux (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:52.480 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpevXAm0HhyQ46gmZJeeC1Fu4CYRMubdUo4SvCt8gW42OG/w0E9pjgRp6xMVb09Atu/qZnMOGHnCSr5sTGle0IIUnicPu66tbndUsIx+3wYCJxzzouVjz8j+PRY24l7o8+E+PQeV6w1RqpX1pHOAiFg/8VaIVIg7Aq2VZZ3reqq5+HcjK3n8+JBfh4DZ8fxG36PxMTcUGcRdciIp8kcexl2ad7sWbCFtoYSOHZCakJqEwsbjZjQj4Ccp5MneOHwWBksAHZgj0VJS0DT8lAoH4ZIB+BR+UgbswBombY6NgoHURvE1tqCM9BVLLrdDT0We7K+wNeLIomNSuQ+Z4cgop6cEQlGxB6qUwlhvZcTsnRcZ6hMLXBjWqfTUkgL5uDZQZ/aU7SQL4iFRTPOfGe2WjvDUyqfFLthoOmcxC9w8lhoFSDhAtilrIG47vwwFkErdAa5GwFBU1nforBK1L6MENVbCdT6xCy+YLYCYHU0E84e7hGFGfo2i44OAJtXtJmar8= ceph-f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:57:52.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:51.465553+0000 mgr.smithi008.bqmuux (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:52.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:57:51.465772+0000 mgr.smithi008.bqmuux (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2024-02-18T01:57:52.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:51.549198+0000 mon.smithi008 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:52.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:51.550991+0000 mon.smithi008 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:52.840 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-18T01:57:52.840 INFO:teuthology.orchestra.run.smithi008.stderr:Adding key to root@localhost authorized_keys... 2024-02-18T01:57:52.842 INFO:teuthology.orchestra.run.smithi008.stderr:Adding host smithi008... 2024-02-18T01:57:53.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:52.483976+0000 mgr.smithi008.bqmuux (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:54.080 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Added host 'smithi008' with addr '172.21.15.8' 2024-02-18T01:57:54.388 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying mon service with default placement... 2024-02-18T01:57:54.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:53.409519+0000 mgr.smithi008.bqmuux (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi008", "addr": "172.21.15.8", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:54.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:54.072630+0000 mon.smithi008 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:54.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:54.120336+0000 mon.smithi008 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:57:54.967 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-18T01:57:55.847 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying mgr service with default placement... 2024-02-18T01:57:56.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:57:54.082839+0000 mgr.smithi008.bqmuux (mgr.14118) 10 : cephadm [INF] Added host smithi008 2024-02-18T01:57:56.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:54.967060+0000 mgr.smithi008.bqmuux (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:56.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:57:54.968376+0000 mgr.smithi008.bqmuux (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-18T01:57:56.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:54.970792+0000 mon.smithi008 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:56.438 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-18T01:57:56.799 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying crash service with default placement... 2024-02-18T01:57:57.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:56.028880+0000 mon.smithi008 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:57.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:56.297973+0000 mon.smithi008 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:57.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:56.438411+0000 mgr.smithi008.bqmuux (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:57.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:57:56.439408+0000 mgr.smithi008.bqmuux (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-18T01:57:57.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:56.441722+0000 mon.smithi008 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:57.409 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-18T01:57:57.754 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying prometheus service with default placement... 2024-02-18T01:57:58.495 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-18T01:57:58.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:57.408988+0000 mgr.smithi008.bqmuux (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:58.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:57:57.410090+0000 mgr.smithi008.bqmuux (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-18T01:57:58.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:57.412470+0000 mon.smithi008 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:58.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:57.434315+0000 mon.smithi008 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:58.839 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying grafana service with default placement... 2024-02-18T01:57:59.410 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-18T01:57:59.699 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:58.494907+0000 mgr.smithi008.bqmuux (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:57:59.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:57:58.495848+0000 mgr.smithi008.bqmuux (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-18T01:57:59.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:58.498198+0000 mon.smithi008 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:59.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:57:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:59.413735+0000 mon.smithi008 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:57:59.764 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying node-exporter service with default placement... 2024-02-18T01:58:00.390 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-18T01:58:00.692 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:57:59.410412+0000 mgr.smithi008.bqmuux (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:58:00.692 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:57:59.411343+0000 mgr.smithi008.bqmuux (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-18T01:58:00.692 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:00.392752+0000 mon.smithi008 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:00.738 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying alertmanager service with default placement... 2024-02-18T01:58:01.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-18T01:58:01.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:00.389307+0000 mgr.smithi008.bqmuux (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:58:01.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:00.390261+0000 mgr.smithi008.bqmuux (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-18T01:58:01.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:01.314352+0000 mon.smithi008 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.8:0/1680683847' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:02.574 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:01.310999+0000 mgr.smithi008.bqmuux (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:58:02.574 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:01.311937+0000 mgr.smithi008.bqmuux (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-18T01:58:02.574 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:02.263337+0000 mon.smithi008 (mon.0) 66 : audit [INF] from='client.? 172.21.15.8:0/247516737' entity='client.admin' 2024-02-18T01:58:03.521 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling the dashboard module... 2024-02-18T01:58:04.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:03.170349+0000 mon.smithi008 (mon.0) 67 : audit [INF] from='client.? 172.21.15.8:0/4127835986' entity='client.admin' 2024-02-18T01:58:04.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:04.113890+0000 mon.smithi008 (mon.0) 68 : audit [INF] from='client.? 172.21.15.8:0/1891983151' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-18T01:58:05.323 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:04.027197+0000 mgr.smithi008.bqmuux (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:05.323 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:05.031867+0000 mon.smithi008 (mon.0) 69 : audit [INF] from='client.? 172.21.15.8:0/1891983151' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-18T01:58:05.323 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:05.031928+0000 mon.smithi008 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi008.bqmuux(active, since 21s) 2024-02-18T01:58:06.002 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-02-18T01:58:06.002 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-18T01:58:06.002 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-02-18T01:58:06.002 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "smithi008.bqmuux", 2024-02-18T01:58:06.002 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-18T01:58:06.002 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-02-18T01:58:06.281 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:06.005112+0000 mon.smithi008 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.8:0/1756672948' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-18T01:58:06.362 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2024-02-18T01:58:06.362 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 9... 2024-02-18T01:58:11.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:11.109187+0000 mon.smithi008 (mon.0) 72 : cluster [INF] Active manager daemon smithi008.bqmuux restarted 2024-02-18T01:58:11.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:11.109435+0000 mon.smithi008 (mon.0) 73 : cluster [INF] Activating manager daemon smithi008.bqmuux 2024-02-18T01:58:11.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:11.112650+0000 mon.smithi008 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-18T01:58:11.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:11.112775+0000 mon.smithi008 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi008.bqmuux(active, starting, since 0.00344749s) 2024-02-18T01:58:11.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.113672+0000 mon.smithi008 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-02-18T01:58:11.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.114310+0000 mon.smithi008 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr metadata", "who": "smithi008.bqmuux", "id": "smithi008.bqmuux"}]: dispatch 2024-02-18T01:58:11.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.115316+0000 mon.smithi008 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T01:58:11.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.115494+0000 mon.smithi008 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T01:58:11.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.115682+0000 mon.smithi008 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T01:58:11.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:11.129962+0000 mon.smithi008 (mon.0) 81 : cluster [INF] Manager daemon smithi008.bqmuux is now available 2024-02-18T01:58:12.119 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-02-18T01:58:12.119 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-18T01:58:12.119 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2024-02-18T01:58:12.119 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-02-18T01:58:12.464 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.239295+0000 mon.smithi008 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:58:12.464 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.241516+0000 mon.smithi008 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:58:12.464 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.270152+0000 mon.smithi008 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.bqmuux/mirror_snapshot_schedule"}]: dispatch 2024-02-18T01:58:12.464 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:11.274606+0000 mon.smithi008 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.bqmuux/trash_purge_schedule"}]: dispatch 2024-02-18T01:58:12.465 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:12.115420+0000 mon.smithi008 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi008.bqmuux(active, since 1.00609s) 2024-02-18T01:58:12.470 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 9 is available 2024-02-18T01:58:12.470 INFO:teuthology.orchestra.run.smithi008.stderr:Generating a dashboard self-signed certificate... 2024-02-18T01:58:13.135 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-18T01:58:13.439 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:12.115576+0000 mgr.smithi008.bqmuux (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-18T01:58:13.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:12.122441+0000 mgr.smithi008.bqmuux (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-18T01:58:13.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:12.274467+0000 mon.smithi008 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:13.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:13.136292+0000 mon.smithi008 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:13.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:13.138271+0000 mon.smithi008 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:13.611 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial admin user... 2024-02-18T01:58:14.496 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$85X2awRt2/JuTH5qj2zeY.Wls8E1ZCX6ukl9koGv4gGjQtMocVDLG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708221494, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-18T01:58:14.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:13.078374+0000 mgr.smithi008.bqmuux (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:58:14.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:13.276452+0000 mon.smithi008 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi008.bqmuux(active, since 2s) 2024-02-18T01:58:14.844 INFO:teuthology.orchestra.run.smithi008.stderr:Fetching dashboard port number... 2024-02-18T01:58:15.398 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 8443 2024-02-18T01:58:15.697 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:14.248247+0000 mgr.smithi008.bqmuux (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:58:15.698 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:14.499887+0000 mon.smithi008 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:15.698 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:15.401741+0000 mon.smithi008 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.8:0/2849178270' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-18T01:58:15.739 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2024-02-18T01:58:15.748 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-02-18T01:58:15.749 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2024-02-18T01:58:15.749 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-18T01:58:15.752 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph Dashboard is now available at: 2024-02-18T01:58:15.752 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:15.752 INFO:teuthology.orchestra.run.smithi008.stderr: URL: https://smithi008:8443/ 2024-02-18T01:58:15.752 INFO:teuthology.orchestra.run.smithi008.stderr: User: admin 2024-02-18T01:58:15.752 INFO:teuthology.orchestra.run.smithi008.stderr: Password: m0brnf7kgw 2024-02-18T01:58:15.752 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:15.752 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling autotune for osd_memory_target 2024-02-18T01:58:17.359 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-18T01:58:17.720 INFO:teuthology.orchestra.run.smithi008.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-18T01:58:17.720 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:17.720 INFO:teuthology.orchestra.run.smithi008.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:58:17.720 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:17.720 INFO:teuthology.orchestra.run.smithi008.stderr:Or, if you are only running a single cluster on this host: 2024-02-18T01:58:17.720 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:17.720 INFO:teuthology.orchestra.run.smithi008.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr: ceph telemetry on 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr:For more information see: 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T01:58:17.721 INFO:teuthology.orchestra.run.smithi008.stderr:Bootstrap complete. 2024-02-18T01:58:17.783 INFO:tasks.cephadm:Fetching config... 2024-02-18T01:58:17.784 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:58:17.784 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-18T01:58:17.805 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-18T01:58:17.805 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:58:17.805 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-18T01:58:17.876 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-18T01:58:17.876 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:58:17.876 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/keyring of=/dev/stdout 2024-02-18T01:58:17.953 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-18T01:58:17.953 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:58:17.954 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-18T01:58:18.014 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-18T01:58:18.014 DEBUG:teuthology.orchestra.run.smithi008:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpevXAm0HhyQ46gmZJeeC1Fu4CYRMubdUo4SvCt8gW42OG/w0E9pjgRp6xMVb09Atu/qZnMOGHnCSr5sTGle0IIUnicPu66tbndUsIx+3wYCJxzzouVjz8j+PRY24l7o8+E+PQeV6w1RqpX1pHOAiFg/8VaIVIg7Aq2VZZ3reqq5+HcjK3n8+JBfh4DZ8fxG36PxMTcUGcRdciIp8kcexl2ad7sWbCFtoYSOHZCakJqEwsbjZjQj4Ccp5MneOHwWBksAHZgj0VJS0DT8lAoH4ZIB+BR+UgbswBombY6NgoHURvE1tqCM9BVLLrdDT0We7K+wNeLIomNSuQ+Z4cgop6cEQlGxB6qUwlhvZcTsnRcZ6hMLXBjWqfTUkgL5uDZQZ/aU7SQL4iFRTPOfGe2WjvDUyqfFLthoOmcxC9w8lhoFSDhAtilrIG47vwwFkErdAa5GwFBU1nforBK1L6MENVbCdT6xCy+YLYCYHU0E84e7hGFGfo2i44OAJtXtJmar8= ceph-f82c32f8-ce00-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-18T01:58:18.096 INFO:teuthology.orchestra.run.smithi008.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpevXAm0HhyQ46gmZJeeC1Fu4CYRMubdUo4SvCt8gW42OG/w0E9pjgRp6xMVb09Atu/qZnMOGHnCSr5sTGle0IIUnicPu66tbndUsIx+3wYCJxzzouVjz8j+PRY24l7o8+E+PQeV6w1RqpX1pHOAiFg/8VaIVIg7Aq2VZZ3reqq5+HcjK3n8+JBfh4DZ8fxG36PxMTcUGcRdciIp8kcexl2ad7sWbCFtoYSOHZCakJqEwsbjZjQj4Ccp5MneOHwWBksAHZgj0VJS0DT8lAoH4ZIB+BR+UgbswBombY6NgoHURvE1tqCM9BVLLrdDT0We7K+wNeLIomNSuQ+Z4cgop6cEQlGxB6qUwlhvZcTsnRcZ6hMLXBjWqfTUkgL5uDZQZ/aU7SQL4iFRTPOfGe2WjvDUyqfFLthoOmcxC9w8lhoFSDhAtilrIG47vwwFkErdAa5GwFBU1nforBK1L6MENVbCdT6xCy+YLYCYHU0E84e7hGFGfo2i44OAJtXtJmar8= ceph-f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:58:18.109 DEBUG:teuthology.orchestra.run.smithi148:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpevXAm0HhyQ46gmZJeeC1Fu4CYRMubdUo4SvCt8gW42OG/w0E9pjgRp6xMVb09Atu/qZnMOGHnCSr5sTGle0IIUnicPu66tbndUsIx+3wYCJxzzouVjz8j+PRY24l7o8+E+PQeV6w1RqpX1pHOAiFg/8VaIVIg7Aq2VZZ3reqq5+HcjK3n8+JBfh4DZ8fxG36PxMTcUGcRdciIp8kcexl2ad7sWbCFtoYSOHZCakJqEwsbjZjQj4Ccp5MneOHwWBksAHZgj0VJS0DT8lAoH4ZIB+BR+UgbswBombY6NgoHURvE1tqCM9BVLLrdDT0We7K+wNeLIomNSuQ+Z4cgop6cEQlGxB6qUwlhvZcTsnRcZ6hMLXBjWqfTUkgL5uDZQZ/aU7SQL4iFRTPOfGe2WjvDUyqfFLthoOmcxC9w8lhoFSDhAtilrIG47vwwFkErdAa5GwFBU1nforBK1L6MENVbCdT6xCy+YLYCYHU0E84e7hGFGfo2i44OAJtXtJmar8= ceph-f82c32f8-ce00-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-18T01:58:18.169 INFO:teuthology.orchestra.run.smithi148.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpevXAm0HhyQ46gmZJeeC1Fu4CYRMubdUo4SvCt8gW42OG/w0E9pjgRp6xMVb09Atu/qZnMOGHnCSr5sTGle0IIUnicPu66tbndUsIx+3wYCJxzzouVjz8j+PRY24l7o8+E+PQeV6w1RqpX1pHOAiFg/8VaIVIg7Aq2VZZ3reqq5+HcjK3n8+JBfh4DZ8fxG36PxMTcUGcRdciIp8kcexl2ad7sWbCFtoYSOHZCakJqEwsbjZjQj4Ccp5MneOHwWBksAHZgj0VJS0DT8lAoH4ZIB+BR+UgbswBombY6NgoHURvE1tqCM9BVLLrdDT0We7K+wNeLIomNSuQ+Z4cgop6cEQlGxB6qUwlhvZcTsnRcZ6hMLXBjWqfTUkgL5uDZQZ/aU7SQL4iFRTPOfGe2WjvDUyqfFLthoOmcxC9w8lhoFSDhAtilrIG47vwwFkErdAa5GwFBU1nforBK1L6MENVbCdT6xCy+YLYCYHU0E84e7hGFGfo2i44OAJtXtJmar8= ceph-f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:58:18.182 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-18T01:58:18.211 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:17.198763+0000 mon.smithi008 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi008.bqmuux(active, since 6s) 2024-02-18T01:58:18.211 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:17.360033+0000 mon.smithi008 (mon.0) 94 : audit [INF] from='client.? 172.21.15.8:0/2092750523' entity='client.admin' 2024-02-18T01:58:20.172 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-18T01:58:20.172 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-18T01:58:21.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:19.800444+0000 mon.smithi008 (mon.0) 95 : audit [INF] from='client.? 172.21.15.8:0/1529680517' entity='client.admin' 2024-02-18T01:58:21.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:20.022789+0000 mon.smithi008 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:21.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:20.391653+0000 mon.smithi008 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:58:21.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:20.395415+0000 mon.smithi008 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:22.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:20.404722+0000 mgr.smithi008.bqmuux (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi008 on smithi008 2024-02-18T01:58:22.841 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi148 2024-02-18T01:58:22.841 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:58:22.841 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.conf 2024-02-18T01:58:22.862 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:58:22.862 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:58:22.922 INFO:tasks.cephadm:Adding host smithi148 to orchestrator... 2024-02-18T01:58:22.922 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch host add smithi148 2024-02-18T01:58:23.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:22.390565+0000 mgr.smithi008.bqmuux (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:58:23.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:22.393046+0000 mon.smithi008 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:27.776 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:26.660912+0000 mon.smithi008 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:27.777 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:26.662623+0000 mon.smithi008 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T01:58:27.777 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:26.664229+0000 mon.smithi008 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-18T01:58:27.777 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:26.664848+0000 mon.smithi008 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:58:27.777 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:26.665457+0000 mgr.smithi008.bqmuux (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi008 on smithi008 2024-02-18T01:58:29.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:28.394318+0000 mon.smithi008 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:29.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:28.457856+0000 mon.smithi008 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:29.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:28.459851+0000 mon.smithi008 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:29.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:28.462013+0000 mon.smithi008 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-18T01:58:29.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:28.462371+0000 mgr.smithi008.bqmuux (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-18T01:58:29.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:28.464938+0000 mon.smithi008 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:29.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:28.473531+0000 mgr.smithi008.bqmuux (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi008 on smithi008 2024-02-18T01:58:32.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:31.116911+0000 mgr.smithi008.bqmuux (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:32.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:31.269486+0000 mon.smithi008 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:34.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:33.117159+0000 mgr.smithi008.bqmuux (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:36.576 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:35.117448+0000 mgr.smithi008.bqmuux (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:38.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:37.117910+0000 mgr.smithi008.bqmuux (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:39.118149+0000 mgr.smithi008.bqmuux (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:42.559 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:41.118419+0000 mgr.smithi008.bqmuux (mgr.14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:43.118683+0000 mgr.smithi008.bqmuux (mgr.14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:43.165134+0000 mon.smithi008 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:44.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:43.167747+0000 mgr.smithi008.bqmuux (mgr.14158) 17 : cephadm [INF] Deploying daemon node-exporter.smithi008 on smithi008 2024-02-18T01:58:46.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:45.118903+0000 mgr.smithi008.bqmuux (mgr.14158) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:58:46.886 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:45.620368+0000 mon.smithi008 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:46.886 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:45.622875+0000 mon.smithi008 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-18T01:58:46.886 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:46.273718+0000 mon.smithi008 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:48.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:46.622803+0000 mon.smithi008 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.8:0/2002332567' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-18T01:58:48.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:46.622870+0000 mon.smithi008 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi008.bqmuux(active, since 35s) 2024-02-18T01:58:52.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:52.647285+0000 mon.smithi008 (mon.0) 116 : cluster [INF] Active manager daemon smithi008.bqmuux restarted 2024-02-18T01:58:52.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:52.647551+0000 mon.smithi008 (mon.0) 117 : cluster [INF] Activating manager daemon smithi008.bqmuux 2024-02-18T01:58:52.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:52.650840+0000 mon.smithi008 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-18T01:58:52.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:52.650969+0000 mon.smithi008 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi008.bqmuux(active, starting, since 0.00351572s) 2024-02-18T01:58:52.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.652135+0000 mon.smithi008 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-02-18T01:58:52.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.652895+0000 mon.smithi008 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr metadata", "who": "smithi008.bqmuux", "id": "smithi008.bqmuux"}]: dispatch 2024-02-18T01:58:52.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.653653+0000 mon.smithi008 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T01:58:52.885 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.653819+0000 mon.smithi008 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T01:58:52.886 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.653975+0000 mon.smithi008 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T01:58:52.886 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:52.668259+0000 mon.smithi008 (mon.0) 125 : cluster [INF] Manager daemon smithi008.bqmuux is now available 2024-02-18T01:58:54.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.778323+0000 mon.smithi008 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:58:54.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.779821+0000 mon.smithi008 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:58:54.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.806723+0000 mon.smithi008 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:54.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.819024+0000 mon.smithi008 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.bqmuux/mirror_snapshot_schedule"}]: dispatch 2024-02-18T01:58:54.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:52.824534+0000 mon.smithi008 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.bqmuux/trash_purge_schedule"}]: dispatch 2024-02-18T01:58:54.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:53.653015+0000 mon.smithi008 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi008.bqmuux(active, since 1.00556s) 2024-02-18T01:58:54.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:53.653323+0000 mgr.smithi008.bqmuux (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:58:54.276 INFO:teuthology.orchestra.run.smithi148.stdout:Added host 'smithi148' with addr '172.21.15.148' 2024-02-18T01:58:54.612 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch host ls --format=json 2024-02-18T01:58:55.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:54.278674+0000 mon.smithi008 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:55.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:54.279039+0000 mgr.smithi008.bqmuux (mgr.14182) 2 : cephadm [INF] Added host smithi148 2024-02-18T01:58:55.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:55.117936+0000 mon.smithi008 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:55.901 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:58:55.901 INFO:teuthology.orchestra.run.smithi148.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}] 2024-02-18T01:58:56.271 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-18T01:58:56.271 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd crush tunables default 2024-02-18T01:58:56.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:58:55.280501+0000 mon.smithi008 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi008.bqmuux(active, since 2s) 2024-02-18T01:58:56.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:55.427206+0000 mon.smithi008 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:58:56.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:55.428163+0000 mon.smithi008 (mon.0) 136 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:58:56.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:55.428866+0000 mon.smithi008 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:58:56.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:55.430066+0000 mgr.smithi008.bqmuux (mgr.14182) 3 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-02-18T01:58:56.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:55.446438+0000 mgr.smithi008.bqmuux (mgr.14182) 4 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:58:56.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:55.475329+0000 mon.smithi008 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:56.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:55.477947+0000 mon.smithi008 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:58:56.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:58:55.491248+0000 mgr.smithi008.bqmuux (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi008 on smithi008 2024-02-18T01:58:57.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:58:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:58:55.904134+0000 mgr.smithi008.bqmuux (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:59:01.547 INFO:teuthology.orchestra.run.smithi008.stderr:adjusted tunables profile to default 2024-02-18T01:59:01.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:01.493658+0000 mon.smithi008 (mon.0) 140 : audit [INF] from='client.? 172.21.15.8:0/2025589019' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-18T01:59:02.298 INFO:tasks.cephadm:Adding mon.smithi008 on smithi008 2024-02-18T01:59:02.299 INFO:tasks.cephadm:Adding mon.smithi148 on smithi148 2024-02-18T01:59:02.299 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch apply mon '2;smithi008:172.21.15.8=smithi008;smithi148:172.21.15.148=smithi148' 2024-02-18T01:59:02.842 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:01.546481+0000 mon.smithi008 (mon.0) 141 : audit [INF] from='client.? 172.21.15.8:0/2025589019' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-18T01:59:02.843 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:01.546564+0000 mon.smithi008 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T01:59:03.617 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled mon update... 2024-02-18T01:59:03.955 DEBUG:teuthology.orchestra.run.smithi148:mon.smithi148> sudo journalctl -f -n 0 -u ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi148.service 2024-02-18T01:59:03.958 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:59:03.958 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:59:03.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:-- Logs begin at Sun 2024-02-18 01:45:12 UTC. -- 2024-02-18T01:59:04.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:03.615371+0000 mgr.smithi008.bqmuux (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi008:172.21.15.8=smithi008;smithi148:172.21.15.148=smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:59:04.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:03.617382+0000 mgr.smithi008.bqmuux (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi008:172.21.15.8=smithi008;smithi148:172.21.15.148=smithi148;count:2 2024-02-18T01:59:04.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:03.619923+0000 mon.smithi008 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:04.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:04.026840+0000 mon.smithi008 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:04.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:04.028043+0000 mon.smithi008 (mon.0) 145 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:59:04.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:04.476213+0000 mon.smithi008 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:05.412 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:59:05.412 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"f82c32f8-ce00-11ee-95ba-87774f69a715","modified":"2024-02-18T01:57:17.762908Z","created":"2024-02-18T01:57:17.762908Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T01:59:05.414 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-02-18T01:59:06.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:04.926752+0000 mon.smithi008 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:06.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:05.415812+0000 mon.smithi008 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.148:0/3028568841' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:59:07.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:59:07.042 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:59:07.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:06.455381+0000 mon.smithi008 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:08.521 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:59:08.521 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"f82c32f8-ce00-11ee-95ba-87774f69a715","modified":"2024-02-18T01:57:17.762908Z","created":"2024-02-18T01:57:17.762908Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T01:59:08.524 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-02-18T01:59:09.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:07.639405+0000 mon.smithi008 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:09.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:07.808679+0000 mon.smithi008 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:09.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.016547+0000 mon.smithi008 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.017467+0000 mon.smithi008 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.018556+0000 mon.smithi008 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.019406+0000 mon.smithi008 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.089964+0000 mon.smithi008 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.092676+0000 mon.smithi008 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.094525+0000 mon.smithi008 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.096665+0000 mon.smithi008 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.097553+0000 mon.smithi008 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:09.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:08.524082+0000 mon.smithi008 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.148:0/4270328268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:59:09.910 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:59:09.911 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:59:10.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:08.020712+0000 mgr.smithi008.bqmuux (mgr.14182) 9 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-02-18T01:59:10.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:08.060493+0000 mgr.smithi008.bqmuux (mgr.14182) 10 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:59:10.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:08.098296+0000 mgr.smithi008.bqmuux (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi148 on smithi148 2024-02-18T01:59:11.320 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:59:11.320 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"f82c32f8-ce00-11ee-95ba-87774f69a715","modified":"2024-02-18T01:57:17.762908Z","created":"2024-02-18T01:57:17.762908Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T01:59:11.322 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-02-18T01:59:11.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:10.209241+0000 mon.smithi008 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:11.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:10.211623+0000 mon.smithi008 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.ueehun", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T01:59:11.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:10.213688+0000 mon.smithi008 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.ueehun", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-18T01:59:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:10.214555+0000 mon.smithi008 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T01:59:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:10.215608+0000 mon.smithi008 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:10.216339+0000 mgr.smithi008.bqmuux (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi148.ueehun on smithi148 2024-02-18T01:59:12.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:11.323682+0000 mon.smithi008 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.148:0/2228892214' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:59:12.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:12.094078+0000 mon.smithi008 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:12.096340+0000 mon.smithi008 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T01:59:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:12.097187+0000 mon.smithi008 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:12.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:59:12.717 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:59:13.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:12.097928+0000 mgr.smithi008.bqmuux (mgr.14182) 13 : cephadm [INF] Deploying daemon mon.smithi148 on smithi148 2024-02-18T01:59:13.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:12.655191+0000 mgr.smithi008.bqmuux (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:13.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:12.812669+0000 mon.smithi008 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:14.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 systemd[1]: Started Ceph mon.smithi148 for f82c32f8-ce00-11ee-95ba-87774f69a715. 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.448+0000 7effd384e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.448+0000 7effd384e880 0 ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable), process ceph-mon, pid 7 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.448+0000 7effd384e880 0 pidfile_write: ignore empty --pid-file 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.452+0000 7effd384e880 0 load: jerasure load: lrc load: isa 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: DB SUMMARY 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: CURRENT file: CURRENT 2024-02-18T01:59:14.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi148/store.db dir, Total Num: 0, files: 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi148/store.db: 000003.log size: 511 ; 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.create_if_missing: 0 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.env: 0x55bea1e74080 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.fs: Posix File System 2024-02-18T01:59:14.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.info_log: 0x55bea2d01d20 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.statistics: (nil) 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.use_fsync: 0 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T01:59:14.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.db_log_dir: 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi148/store.db 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T01:59:14.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.write_buffer_manager: 0x55bea397c450 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T01:59:14.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.unordered_write: 0 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.row_cache: None 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.wal_filter: None 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T01:59:14.760 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T01:59:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.max_open_files: -1 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Compression algorithms supported: 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: kZSTD supported: 0 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T01:59:14.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.453+0000 7effd384e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi148/store.db/MANIFEST-000001 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.merge_operator: 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_filter: None 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T01:59:14.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bea2cb1d10) 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cache_index_and_filter_blocks: 1 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: pin_top_level_index_and_filter: 1 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: index_type: 0 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: data_block_index_type: 0 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: index_shortening: 1 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: data_block_hash_table_util_ratio: 0.750000 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: hash_index_allow_collision: 1 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: checksum: 1 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: no_block_cache: 0 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: block_cache: 0x55bea2ce6f10 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: block_cache_name: BinnedLRUCache 2024-02-18T01:59:14.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: block_cache_options: 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: capacity : 536870912 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: num_shard_bits : 4 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: strict_capacity_limit : 0 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: high_pri_pool_ratio: 0.000 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: block_cache_compressed: (nil) 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: persistent_cache: (nil) 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: block_size: 4096 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: block_size_deviation: 10 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: block_restart_interval: 16 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: index_block_restart_interval: 1 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: metadata_block_size: 4096 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: partition_filters: 0 2024-02-18T01:59:14.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: use_delta_encoding: 1 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: whole_key_filtering: 1 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: verify_compression: 0 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: read_amp_bytes_per_bit: 0 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: format_version: 2 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: enable_index_compression: 1 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: block_align: 0 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compression: NoCompression 2024-02-18T01:59:14.766 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.num_levels: 7 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T01:59:14.767 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T01:59:14.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T01:59:14.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T01:59:14.770 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T01:59:14.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.ttl: 2592000 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi148/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.772 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708221554456431, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.454+0000 7effd384e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.455+0000 7effd384e880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.455+0000 7effd384e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708221554456932, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1708221554, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.455+0000 7effd384e880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.455+0000 7effd384e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708221554457314, "job": 1, "event": "recovery_finished"} 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.456+0000 7effd384e880 4 rocksdb: DB pointer 0x55bea2daf800 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.456+0000 7effba640700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.456+0000 7effba640700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T01:59:14.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ** DB Stats ** 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ** Compaction Stats [default] ** 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 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 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:59:14.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ** Compaction Stats [default] ** 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 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 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:59:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Interval compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ** Compaction Stats [default] ** 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 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 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:59:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ** Compaction Stats [default] ** 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 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 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:59:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.456+0000 7effd384e880 0 mon.smithi148 does not exist in monmap, will attempt to join an existing cluster 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.456+0000 7effd384e880 0 using public_addr v2:172.21.15.148:0/0 -> [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.457+0000 7effd384e880 0 starting mon.smithi148 rank -1 at public addrs [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] at bind addrs [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi148 fsid f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.458+0000 7effd384e880 1 mon.smithi148@-1(???) e0 preinit fsid f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:59:14.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.488+0000 7effbce45700 0 mon.smithi148@-1(synchronizing).mds e1 new map 2024-02-18T01:59:14.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.488+0000 7effbce45700 0 mon.smithi148@-1(synchronizing).mds e1 print_map 2024-02-18T01:59:14.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: e1 2024-02-18T01:59:14.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-18T01:59:14.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 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} 2024-02-18T01:59:14.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: legacy client fscid: -1 2024-02-18T01:59:14.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: No filesystems configured 2024-02-18T01:59:14.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: 2024-02-18T01:59:14.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.488+0000 7effbce45700 1 mon.smithi148@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-18T01:59:14.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 1 mon.smithi148@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-18T01:59:14.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 1 mon.smithi148@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-18T01:59:14.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 1 mon.smithi148@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-18T01:59:14.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 1 mon.smithi148@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-18T01:59:14.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 1 mon.smithi148@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 1 mon.smithi148@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 0 mon.smithi148@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 0 mon.smithi148@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 0 mon.smithi148@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.489+0000 7effbce45700 0 mon.smithi148@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:12.097928+0000 mgr.smithi008.bqmuux (mgr.14182) 13 : cephadm [INF] Deploying daemon mon.smithi148 on smithi148 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:12.655191+0000 mgr.smithi008.bqmuux (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:12.812669+0000 mon.smithi008 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:14.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T01:59:14.490+0000 7effbce45700 1 mon.smithi148@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-18T01:59:19.540 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-18T01:59:19.540 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":2,"fsid":"f82c32f8-ce00-11ee-95ba-87774f69a715","modified":"2024-02-18T01:59:14.496737Z","created":"2024-02-18T01:57:17.762908Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-18T01:59:19.542 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 2 2024-02-18T01:59:19.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:14.499383+0000 mon.smithi008 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-02-18T01:59:19.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:14.499664+0000 mon.smithi008 (mon.0) 174 : cluster [INF] mon.smithi008 calling monitor election 2024-02-18T01:59:19.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:14.512350+0000 mon.smithi008 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:14.570283+0000 mon.smithi008 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.148:0/791930026' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:59:19.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:14.655620+0000 mgr.smithi008.bqmuux (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:19.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:15.495728+0000 mon.smithi008 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:16.496385+0000 mon.smithi008 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:16.497716+0000 mon.smithi148 (mon.1) 1 : cluster [INF] mon.smithi148 calling monitor election 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:16.655930+0000 mgr.smithi008.bqmuux (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:17.496095+0000 mon.smithi008 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:17.644438+0000 mon.smithi008 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.148:0/326815479' entity='mgr.smithi148.ueehun' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.ueehun/crt"}]: dispatch 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:18.496531+0000 mon.smithi008 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:18.656281+0000 mgr.smithi008.bqmuux (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:19.496305+0000 mon.smithi008 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:19.526641+0000 mon.smithi008 (mon.0) 183 : cluster [INF] mon.smithi008 is new leader, mons smithi008,smithi148 in quorum (ranks 0,1) 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:19.529837+0000 mon.smithi008 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],smithi148=[v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0]} removed_ranks: {} 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:19.541908+0000 mon.smithi008 (mon.0) 185 : cluster [DBG] fsmap 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:19.541941+0000 mon.smithi008 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:19.542196+0000 mon.smithi008 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi008.bqmuux(active, since 26s) 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:19.542339+0000 mon.smithi008 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-02-18T01:59:19.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:19.543777+0000 mon.smithi008 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi148.ueehun started 2024-02-18T01:59:19.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:19.544817+0000 mon.smithi008 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.148:0/326815479' entity='mgr.smithi148.ueehun' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-18T01:59:19.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:19.546821+0000 mon.smithi008 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:19.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:19.547159+0000 mon.smithi008 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.148:0/326815479' entity='mgr.smithi148.ueehun' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.ueehun/key"}]: dispatch 2024-02-18T01:59:19.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:19.547553+0000 mon.smithi008 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.148:0/326815479' entity='mgr.smithi148.ueehun' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:14.499383+0000 mon.smithi008 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:14.499664+0000 mon.smithi008 (mon.0) 174 : cluster [INF] mon.smithi008 calling monitor election 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:14.512350+0000 mon.smithi008 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:14.570283+0000 mon.smithi008 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.148:0/791930026' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:14.655620+0000 mgr.smithi008.bqmuux (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:15.495728+0000 mon.smithi008 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:16.496385+0000 mon.smithi008 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:16.497716+0000 mon.smithi148 (mon.1) 1 : cluster [INF] mon.smithi148 calling monitor election 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:16.655930+0000 mgr.smithi008.bqmuux (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:19.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:17.496095+0000 mon.smithi008 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:17.644438+0000 mon.smithi008 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.148:0/326815479' entity='mgr.smithi148.ueehun' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.ueehun/crt"}]: dispatch 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:18.496531+0000 mon.smithi008 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:18.656281+0000 mgr.smithi008.bqmuux (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:19.496305+0000 mon.smithi008 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:19.526641+0000 mon.smithi008 (mon.0) 183 : cluster [INF] mon.smithi008 is new leader, mons smithi008,smithi148 in quorum (ranks 0,1) 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:19.529837+0000 mon.smithi008 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],smithi148=[v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0]} removed_ranks: {} 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:19.541908+0000 mon.smithi008 (mon.0) 185 : cluster [DBG] fsmap 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:19.541941+0000 mon.smithi008 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:19.542196+0000 mon.smithi008 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi008.bqmuux(active, since 26s) 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:19.542339+0000 mon.smithi008 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:19.543777+0000 mon.smithi008 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi148.ueehun started 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:19.544817+0000 mon.smithi008 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.148:0/326815479' entity='mgr.smithi148.ueehun' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:19.546821+0000 mon.smithi008 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:19.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:19.547159+0000 mon.smithi008 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.148:0/326815479' entity='mgr.smithi148.ueehun' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.ueehun/key"}]: dispatch 2024-02-18T01:59:19.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:19.547553+0000 mon.smithi008 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.148:0/326815479' entity='mgr.smithi148.ueehun' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-18T01:59:20.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:19.548564+0000 mgr.smithi008.bqmuux (mgr.14182) 18 : cephadm [INF] Deploying daemon node-exporter.smithi148 on smithi148 2024-02-18T01:59:20.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:19.603425+0000 mon.smithi008 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi008.bqmuux(active, since 26s), standbys: smithi148.ueehun 2024-02-18T01:59:20.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:19.603602+0000 mon.smithi008 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr metadata", "who": "smithi148.ueehun", "id": "smithi148.ueehun"}]: dispatch 2024-02-18T01:59:20.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:20.497171+0000 mon.smithi008 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:21.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:19.548564+0000 mgr.smithi008.bqmuux (mgr.14182) 18 : cephadm [INF] Deploying daemon node-exporter.smithi148 on smithi148 2024-02-18T01:59:21.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:19.603425+0000 mon.smithi008 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi008.bqmuux(active, since 26s), standbys: smithi148.ueehun 2024-02-18T01:59:21.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:19.603602+0000 mon.smithi008 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr metadata", "who": "smithi148.ueehun", "id": "smithi148.ueehun"}]: dispatch 2024-02-18T01:59:21.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:20.497171+0000 mon.smithi008 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-18T01:59:21.724 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-18T01:59:21.725 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph config generate-minimal-conf 2024-02-18T01:59:21.858 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:20.656641+0000 mgr.smithi008.bqmuux (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:21.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:20.656641+0000 mgr.smithi008.bqmuux (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:22.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:22.656910+0000 mgr.smithi008.bqmuux (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:22.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:22.656910+0000 mgr.smithi008.bqmuux (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:23.186 INFO:teuthology.orchestra.run.smithi008.stdout:# minimal ceph.conf for f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:59:23.186 INFO:teuthology.orchestra.run.smithi008.stdout:[global] 2024-02-18T01:59:23.186 INFO:teuthology.orchestra.run.smithi008.stdout: fsid = f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T01:59:23.186 INFO:teuthology.orchestra.run.smithi008.stdout: mon_host = [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] 2024-02-18T01:59:23.623 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-18T01:59:23.623 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:59:23.623 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.conf 2024-02-18T01:59:23.659 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:59:23.659 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:59:23.735 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:59:23.736 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.conf 2024-02-18T01:59:23.777 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:59:23.777 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:59:23.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:22.819593+0000 mon.smithi008 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:23.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:23.190011+0000 mon.smithi008 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.8:0/3821140191' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:23.891 INFO:tasks.cephadm:Deploying OSDs... 2024-02-18T01:59:23.891 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T01:59:23.892 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:59:23.914 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T01:59:23.914 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme1n1 2024-02-18T01:59:23.976 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme1n1 2024-02-18T01:59:23.976 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:59:23.977 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 204276 Links: 1 Device type: 103,1 2024-02-18T01:59:23.977 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:59:23.977 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:59:23.977 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-18 01:58:20.257826345 +0000 2024-02-18T01:59:23.977 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-18 01:56:43.001897227 +0000 2024-02-18T01:59:23.977 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-18 01:56:43.001897227 +0000 2024-02-18T01:59:23.977 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-02-18T01:59:23.977 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-18T01:59:24.050 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-18T01:59:24.050 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-18T01:59:24.050 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000159492 s, 3.2 MB/s 2024-02-18T01:59:24.052 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-18T01:59:24.115 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme2n1 2024-02-18T01:59:24.177 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme2n1 2024-02-18T01:59:24.178 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:59:24.178 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 204332 Links: 1 Device type: 103,2 2024-02-18T01:59:24.178 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:59:24.178 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:59:24.178 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-18 01:58:20.269826213 +0000 2024-02-18T01:59:24.178 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-18 01:56:43.128895831 +0000 2024-02-18T01:59:24.178 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-18 01:56:43.128895831 +0000 2024-02-18T01:59:24.178 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-02-18T01:59:24.178 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-18T01:59:24.251 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-18T01:59:24.251 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-18T01:59:24.251 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000150193 s, 3.4 MB/s 2024-02-18T01:59:24.252 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-18T01:59:24.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:22.819593+0000 mon.smithi008 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:24.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:23.190011+0000 mon.smithi008 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.8:0/3821140191' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:24.315 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme3n1 2024-02-18T01:59:24.378 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme3n1 2024-02-18T01:59:24.378 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:59:24.378 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 205109 Links: 1 Device type: 103,3 2024-02-18T01:59:24.378 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:59:24.379 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:59:24.379 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-18 01:58:20.282826069 +0000 2024-02-18T01:59:24.379 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-18 01:56:43.292894027 +0000 2024-02-18T01:59:24.379 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-18 01:56:43.292894027 +0000 2024-02-18T01:59:24.379 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-02-18T01:59:24.379 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-18T01:59:24.452 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-18T01:59:24.452 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-18T01:59:24.452 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000158705 s, 3.2 MB/s 2024-02-18T01:59:24.453 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-18T01:59:24.516 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme4n1 2024-02-18T01:59:24.579 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme4n1 2024-02-18T01:59:24.579 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:59:24.579 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 205213 Links: 1 Device type: 103,4 2024-02-18T01:59:24.579 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:59:24.579 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:59:24.579 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-18 01:58:20.294825937 +0000 2024-02-18T01:59:24.580 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-18 01:56:43.458892201 +0000 2024-02-18T01:59:24.580 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-18 01:56:43.458892201 +0000 2024-02-18T01:59:24.580 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-02-18T01:59:24.580 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-18T01:59:24.652 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-18T01:59:24.652 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-18T01:59:24.652 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000175589 s, 2.9 MB/s 2024-02-18T01:59:24.653 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-18T01:59:24.717 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T01:59:24.717 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:59:24.735 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T01:59:24.735 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme1n1 2024-02-18T01:59:24.793 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme1n1 2024-02-18T01:59:24.794 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:59:24.794 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 202833 Links: 1 Device type: 103,1 2024-02-18T01:59:24.794 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:59:24.794 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:59:24.794 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-18 01:59:06.601802695 +0000 2024-02-18T01:59:24.794 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-18 01:56:44.690200949 +0000 2024-02-18T01:59:24.794 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-18 01:56:44.690200949 +0000 2024-02-18T01:59:24.794 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-18T01:59:24.794 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-18T01:59:24.859 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-18T01:59:24.859 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-18T01:59:24.859 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000228995 s, 2.2 MB/s 2024-02-18T01:59:24.860 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-18T01:59:24.919 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme2n1 2024-02-18T01:59:24.975 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme2n1 2024-02-18T01:59:24.976 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:59:24.976 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 202907 Links: 1 Device type: 103,2 2024-02-18T01:59:24.976 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:59:24.976 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:59:24.976 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-18 01:59:06.612802431 +0000 2024-02-18T01:59:24.976 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-18 01:56:44.843197290 +0000 2024-02-18T01:59:24.976 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-18 01:56:44.843197290 +0000 2024-02-18T01:59:24.976 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-18T01:59:24.976 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-18T01:59:25.041 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-18T01:59:25.063 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-18T01:59:25.063 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000234079 s, 2.2 MB/s 2024-02-18T01:59:25.064 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-18T01:59:25.123 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme3n1 2024-02-18T01:59:25.179 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme3n1 2024-02-18T01:59:25.179 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:59:25.179 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 204940 Links: 1 Device type: 103,3 2024-02-18T01:59:25.179 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:59:25.179 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:59:25.179 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-18 01:59:06.623802167 +0000 2024-02-18T01:59:25.179 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-18 01:56:44.996193632 +0000 2024-02-18T01:59:25.179 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-18 01:56:44.996193632 +0000 2024-02-18T01:59:25.180 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-18T01:59:25.180 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-18T01:59:25.244 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-18T01:59:25.244 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-18T01:59:25.244 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000231642 s, 2.2 MB/s 2024-02-18T01:59:25.245 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-18T01:59:25.304 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme4n1 2024-02-18T01:59:25.360 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme4n1 2024-02-18T01:59:25.360 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:59:25.361 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 203011 Links: 1 Device type: 103,4 2024-02-18T01:59:25.361 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:59:25.361 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:59:25.361 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-18 01:59:06.634801904 +0000 2024-02-18T01:59:25.361 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-18 01:56:45.146190046 +0000 2024-02-18T01:59:25.361 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-18 01:56:45.146190046 +0000 2024-02-18T01:59:25.361 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-18T01:59:25.361 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-18T01:59:25.426 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-18T01:59:25.427 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-18T01:59:25.427 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000348155 s, 1.5 MB/s 2024-02-18T01:59:25.428 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-18T01:59:25.486 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-18T01:59:25.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:24.657251+0000 mgr.smithi008.bqmuux (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:25.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:24.657251+0000 mgr.smithi008.bqmuux (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:27.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:26.657538+0000 mgr.smithi008.bqmuux (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:27.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:26.657538+0000 mgr.smithi008.bqmuux (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:27.488 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled osd.all-available-devices update... 2024-02-18T01:59:27.923 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-18T01:59:27.924 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:28.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:27.022064+0000 mon.smithi008 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:28.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:27.023824+0000 mon.smithi008 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:59:28.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:27.485243+0000 mgr.smithi008.bqmuux (mgr.14182) 23 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:59:28.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:27.487098+0000 mgr.smithi008.bqmuux (mgr.14182) 24 : cephadm [INF] Marking host: smithi008 for OSDSpec preview refresh. 2024-02-18T01:59:28.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:27.487178+0000 mgr.smithi008.bqmuux (mgr.14182) 25 : cephadm [INF] Marking host: smithi148 for OSDSpec preview refresh. 2024-02-18T01:59:28.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:27.487525+0000 mgr.smithi008.bqmuux (mgr.14182) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-18T01:59:28.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:27.491259+0000 mon.smithi008 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:28.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:27.825796+0000 mon.smithi008 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:28.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:27.022064+0000 mon.smithi008 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:28.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:27.023824+0000 mon.smithi008 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:59:28.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:27.485243+0000 mgr.smithi008.bqmuux (mgr.14182) 23 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:59:28.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:27.487098+0000 mgr.smithi008.bqmuux (mgr.14182) 24 : cephadm [INF] Marking host: smithi008 for OSDSpec preview refresh. 2024-02-18T01:59:28.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:27.487178+0000 mgr.smithi008.bqmuux (mgr.14182) 25 : cephadm [INF] Marking host: smithi148 for OSDSpec preview refresh. 2024-02-18T01:59:28.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:27.487525+0000 mgr.smithi008.bqmuux (mgr.14182) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-18T01:59:28.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:27.491259+0000 mon.smithi008 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:28.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:27.825796+0000 mon.smithi008 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.483605+0000 mon.smithi008 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.488328+0000 mon.smithi008 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.489249+0000 mon.smithi008 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:29.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.490111+0000 mon.smithi008 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:59:29.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:28.491240+0000 mgr.smithi008.bqmuux (mgr.14182) 27 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:28.491600+0000 mgr.smithi008.bqmuux (mgr.14182) 28 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.517523+0000 mon.smithi008 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.523980+0000 mon.smithi008 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.529588+0000 mon.smithi008 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.536676+0000 mon.smithi008 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.541586+0000 mon.smithi008 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.542682+0000 mon.smithi008 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.542971+0000 mon.smithi008 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:28.543497+0000 mon.smithi008 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:29.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:28.657797+0000 mgr.smithi008.bqmuux (mgr.14182) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:29.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.483605+0000 mon.smithi008 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.488328+0000 mon.smithi008 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.489249+0000 mon.smithi008 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:29.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.490111+0000 mon.smithi008 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:59:29.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:28.491240+0000 mgr.smithi008.bqmuux (mgr.14182) 27 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:28.491600+0000 mgr.smithi008.bqmuux (mgr.14182) 28 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.517523+0000 mon.smithi008 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.523980+0000 mon.smithi008 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.529588+0000 mon.smithi008 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.536676+0000 mon.smithi008 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.541586+0000 mon.smithi008 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.542682+0000 mon.smithi008 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.542971+0000 mon.smithi008 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:28.543497+0000 mon.smithi008 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:29.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:28.657797+0000 mgr.smithi008.bqmuux (mgr.14182) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:29.879 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:30.420 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-18T01:59:30.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:29.883819+0000 mon.smithi008 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.8:0/182060097' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:30.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:29.883819+0000 mon.smithi008 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.8:0/182060097' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:31.421 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:30.611775+0000 mon.smithi148 (mon.1) 2 : audit [INF] from='client.? 172.21.15.148:0/4196711999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69dba651-502f-4e38-ae42-92f937632bf9"}]: dispatch 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:30.612154+0000 mon.smithi008 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69dba651-502f-4e38-ae42-92f937632bf9"}]: dispatch 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:30.616150+0000 mon.smithi008 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69dba651-502f-4e38-ae42-92f937632bf9"}]': finished 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:30.616198+0000 mon.smithi008 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:30.616322+0000 mon.smithi008 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:30.658069+0000 mgr.smithi008.bqmuux (mgr.14182) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:31.206895+0000 mon.smithi008 (mon.0) 220 : audit [INF] from='client.? 172.21.15.8:0/2949511725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "540ea848-c60d-4ec6-bf2a-bf186d3581d9"}]: dispatch 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:31.210453+0000 mon.smithi008 (mon.0) 221 : audit [INF] from='client.? 172.21.15.8:0/2949511725' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "540ea848-c60d-4ec6-bf2a-bf186d3581d9"}]': finished 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:31.210494+0000 mon.smithi008 (mon.0) 222 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-18T01:59:31.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:31.210590+0000 mon.smithi008 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:31.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:31.210898+0000 mon.smithi008 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:32.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:30.611775+0000 mon.smithi148 (mon.1) 2 : audit [INF] from='client.? 172.21.15.148:0/4196711999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69dba651-502f-4e38-ae42-92f937632bf9"}]: dispatch 2024-02-18T01:59:32.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:30.612154+0000 mon.smithi008 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69dba651-502f-4e38-ae42-92f937632bf9"}]: dispatch 2024-02-18T01:59:32.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:30.616150+0000 mon.smithi008 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69dba651-502f-4e38-ae42-92f937632bf9"}]': finished 2024-02-18T01:59:32.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:30.616198+0000 mon.smithi008 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-18T01:59:32.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:30.616322+0000 mon.smithi008 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:32.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:30.658069+0000 mgr.smithi008.bqmuux (mgr.14182) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:32.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:31.206895+0000 mon.smithi008 (mon.0) 220 : audit [INF] from='client.? 172.21.15.8:0/2949511725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "540ea848-c60d-4ec6-bf2a-bf186d3581d9"}]: dispatch 2024-02-18T01:59:32.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:31.210453+0000 mon.smithi008 (mon.0) 221 : audit [INF] from='client.? 172.21.15.8:0/2949511725' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "540ea848-c60d-4ec6-bf2a-bf186d3581d9"}]': finished 2024-02-18T01:59:32.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:31.210494+0000 mon.smithi008 (mon.0) 222 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-18T01:59:32.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:31.210590+0000 mon.smithi008 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:32.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:31.210898+0000 mon.smithi008 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:32.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:31.901182+0000 mon.smithi148 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.148:0/3944184422' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:33.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:31.901182+0000 mon.smithi148 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.148:0/3944184422' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:33.086 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:34.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:32.658300+0000 mgr.smithi008.bqmuux (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:34.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:32.743702+0000 mon.smithi008 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.8:0/1115236056' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:34.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:33.089694+0000 mon.smithi008 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.8:0/466310595' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:34.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:32.658300+0000 mgr.smithi008.bqmuux (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:34.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:32.743702+0000 mon.smithi008 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.8:0/1115236056' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:34.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:33.089694+0000 mon.smithi008 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.8:0/466310595' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:34.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:34.393615+0000 mon.smithi148 (mon.1) 4 : audit [INF] from='client.? 172.21.15.148:0/2943642468' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f138ba3b-b87c-442a-a6f1-469c4e7dae17"}]: dispatch 2024-02-18T01:59:34.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:34.394028+0000 mon.smithi008 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f138ba3b-b87c-442a-a6f1-469c4e7dae17"}]: dispatch 2024-02-18T01:59:34.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:34.398312+0000 mon.smithi008 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f138ba3b-b87c-442a-a6f1-469c4e7dae17"}]': finished 2024-02-18T01:59:34.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:34.398379+0000 mon.smithi008 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-18T01:59:34.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:34.398527+0000 mon.smithi008 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:34.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:34.399001+0000 mon.smithi008 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:34.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:34.399172+0000 mon.smithi008 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:34.788 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708221571,"num_remapped_pgs":0} 2024-02-18T01:59:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:34.393615+0000 mon.smithi148 (mon.1) 4 : audit [INF] from='client.? 172.21.15.148:0/2943642468' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f138ba3b-b87c-442a-a6f1-469c4e7dae17"}]: dispatch 2024-02-18T01:59:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:34.394028+0000 mon.smithi008 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f138ba3b-b87c-442a-a6f1-469c4e7dae17"}]: dispatch 2024-02-18T01:59:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:34.398312+0000 mon.smithi008 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f138ba3b-b87c-442a-a6f1-469c4e7dae17"}]': finished 2024-02-18T01:59:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:34.398379+0000 mon.smithi008 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-18T01:59:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:34.398527+0000 mon.smithi008 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:34.399001+0000 mon.smithi008 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:34.399172+0000 mon.smithi008 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:35.789 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:35.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:34.658565+0000 mgr.smithi008.bqmuux (mgr.14182) 32 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:35.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:35.324922+0000 mon.smithi008 (mon.0) 233 : audit [INF] from='client.? 172.21.15.8:0/2192357742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "083eca66-c617-4c01-ab69-6615916c0d0b"}]: dispatch 2024-02-18T01:59:35.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:35.328548+0000 mon.smithi008 (mon.0) 234 : audit [INF] from='client.? 172.21.15.8:0/2192357742' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "083eca66-c617-4c01-ab69-6615916c0d0b"}]': finished 2024-02-18T01:59:35.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:35.328624+0000 mon.smithi008 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-18T01:59:35.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:35.328774+0000 mon.smithi008 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:35.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:35.329034+0000 mon.smithi008 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:35.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:35.329204+0000 mon.smithi008 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:35.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:35.329367+0000 mon.smithi008 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:36.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:34.658565+0000 mgr.smithi008.bqmuux (mgr.14182) 32 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:36.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:35.324922+0000 mon.smithi008 (mon.0) 233 : audit [INF] from='client.? 172.21.15.8:0/2192357742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "083eca66-c617-4c01-ab69-6615916c0d0b"}]: dispatch 2024-02-18T01:59:36.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:35.328548+0000 mon.smithi008 (mon.0) 234 : audit [INF] from='client.? 172.21.15.8:0/2192357742' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "083eca66-c617-4c01-ab69-6615916c0d0b"}]': finished 2024-02-18T01:59:36.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:35.328624+0000 mon.smithi008 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-18T01:59:36.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:35.328774+0000 mon.smithi008 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:36.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:35.329034+0000 mon.smithi008 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:36.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:35.329204+0000 mon.smithi008 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:36.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:35.329367+0000 mon.smithi008 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:36.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:35.670159+0000 mon.smithi148 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.148:0/4238178758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:36.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:36.625693+0000 mon.smithi008 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.8:0/2604357610' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:37.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:35.670159+0000 mon.smithi148 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.148:0/4238178758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:37.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:36.625693+0000 mon.smithi008 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.8:0/2604357610' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:37.263 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:37.650 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1708221575,"num_remapped_pgs":0} 2024-02-18T01:59:37.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:36.658799+0000 mgr.smithi008.bqmuux (mgr.14182) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:37.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:37.266875+0000 mon.smithi008 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.8:0/2955498055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:38.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:36.658799+0000 mgr.smithi008.bqmuux (mgr.14182) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:38.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:37.266875+0000 mon.smithi008 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.8:0/2955498055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:38.651 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:38.186637+0000 mon.smithi148 (mon.1) 6 : audit [INF] from='client.? 172.21.15.148:0/3094395881' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56a780b9-1e25-4a9c-9e5a-cc9fb258d94c"}]: dispatch 2024-02-18T01:59:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:38.187116+0000 mon.smithi008 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56a780b9-1e25-4a9c-9e5a-cc9fb258d94c"}]: dispatch 2024-02-18T01:59:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:38.191398+0000 mon.smithi008 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56a780b9-1e25-4a9c-9e5a-cc9fb258d94c"}]': finished 2024-02-18T01:59:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:38.191490+0000 mon.smithi008 (mon.0) 244 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-18T01:59:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:38.191627+0000 mon.smithi008 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:38.191934+0000 mon.smithi008 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:38.192211+0000 mon.smithi008 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:38.192408+0000 mon.smithi008 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:39.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:38.192636+0000 mon.smithi008 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:38.186637+0000 mon.smithi148 (mon.1) 6 : audit [INF] from='client.? 172.21.15.148:0/3094395881' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56a780b9-1e25-4a9c-9e5a-cc9fb258d94c"}]: dispatch 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:38.187116+0000 mon.smithi008 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56a780b9-1e25-4a9c-9e5a-cc9fb258d94c"}]: dispatch 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:38.191398+0000 mon.smithi008 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56a780b9-1e25-4a9c-9e5a-cc9fb258d94c"}]': finished 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:38.191490+0000 mon.smithi008 (mon.0) 244 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:38.191627+0000 mon.smithi008 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:38.191934+0000 mon.smithi008 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:38.192211+0000 mon.smithi008 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:38.192408+0000 mon.smithi008 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:39.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:38.192636+0000 mon.smithi008 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:39.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:38.659049+0000 mgr.smithi008.bqmuux (mgr.14182) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:39.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.224830+0000 mon.smithi008 (mon.0) 250 : audit [INF] from='client.? 172.21.15.8:0/2137051102' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "47df4cc5-ddac-4fcf-9e30-153469dae784"}]: dispatch 2024-02-18T01:59:39.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.228658+0000 mon.smithi008 (mon.0) 251 : audit [INF] from='client.? 172.21.15.8:0/2137051102' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47df4cc5-ddac-4fcf-9e30-153469dae784"}]': finished 2024-02-18T01:59:39.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:39.228729+0000 mon.smithi008 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-18T01:59:39.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.228841+0000 mon.smithi008 (mon.0) 253 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:39.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.229115+0000 mon.smithi008 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:39.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.229314+0000 mon.smithi008 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:39.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.229558+0000 mon.smithi008 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:39.904 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.229757+0000 mon.smithi008 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:39.904 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.229951+0000 mon.smithi008 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:39.904 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:39.409456+0000 mon.smithi148 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.148:0/1893006076' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:40.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:38.659049+0000 mgr.smithi008.bqmuux (mgr.14182) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:40.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.224830+0000 mon.smithi008 (mon.0) 250 : audit [INF] from='client.? 172.21.15.8:0/2137051102' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "47df4cc5-ddac-4fcf-9e30-153469dae784"}]: dispatch 2024-02-18T01:59:40.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.228658+0000 mon.smithi008 (mon.0) 251 : audit [INF] from='client.? 172.21.15.8:0/2137051102' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47df4cc5-ddac-4fcf-9e30-153469dae784"}]': finished 2024-02-18T01:59:40.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:39.228729+0000 mon.smithi008 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-18T01:59:40.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.228841+0000 mon.smithi008 (mon.0) 253 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:40.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.229115+0000 mon.smithi008 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:40.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.229314+0000 mon.smithi008 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:40.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.229558+0000 mon.smithi008 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:40.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.229757+0000 mon.smithi008 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:40.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.229951+0000 mon.smithi008 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:40.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:39.409456+0000 mon.smithi148 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.148:0/1893006076' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:40.306 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:40.682 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1708221579,"num_remapped_pgs":0} 2024-02-18T01:59:40.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:40.309486+0000 mon.smithi008 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.8:0/261724789' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:41.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:40.309486+0000 mon.smithi008 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.8:0/261724789' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:41.683 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:40.659300+0000 mgr.smithi008.bqmuux (mgr.14182) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:40.681712+0000 mon.smithi008 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.8:0/1500522419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:42.033 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:40.659300+0000 mgr.smithi008.bqmuux (mgr.14182) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:42.034 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:40.681712+0000 mon.smithi008 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.8:0/1500522419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.907343+0000 mon.smithi148 (mon.1) 8 : audit [INF] from='client.? 172.21.15.148:0/3258843472' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc52865a-3d64-4a0b-af7f-bd1a52bd712a"}]: dispatch 2024-02-18T01:59:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.907733+0000 mon.smithi008 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc52865a-3d64-4a0b-af7f-bd1a52bd712a"}]: dispatch 2024-02-18T01:59:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.911746+0000 mon.smithi008 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc52865a-3d64-4a0b-af7f-bd1a52bd712a"}]': finished 2024-02-18T01:59:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:41.911803+0000 mon.smithi008 (mon.0) 263 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-18T01:59:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.911911+0000 mon.smithi008 (mon.0) 264 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.912159+0000 mon.smithi008 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.912304+0000 mon.smithi008 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.912482+0000 mon.smithi008 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.912639+0000 mon.smithi008 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.912793+0000 mon.smithi008 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:41.912942+0000 mon.smithi008 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:43.105 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:43.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.907343+0000 mon.smithi148 (mon.1) 8 : audit [INF] from='client.? 172.21.15.148:0/3258843472' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc52865a-3d64-4a0b-af7f-bd1a52bd712a"}]: dispatch 2024-02-18T01:59:43.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.907733+0000 mon.smithi008 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc52865a-3d64-4a0b-af7f-bd1a52bd712a"}]: dispatch 2024-02-18T01:59:43.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.911746+0000 mon.smithi008 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc52865a-3d64-4a0b-af7f-bd1a52bd712a"}]': finished 2024-02-18T01:59:43.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:41.911803+0000 mon.smithi008 (mon.0) 263 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-18T01:59:43.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.911911+0000 mon.smithi008 (mon.0) 264 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:43.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.912159+0000 mon.smithi008 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:43.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.912304+0000 mon.smithi008 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:43.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.912482+0000 mon.smithi008 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:43.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.912639+0000 mon.smithi008 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:43.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.912793+0000 mon.smithi008 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:43.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:41.912942+0000 mon.smithi008 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:43.554 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1708221581,"num_remapped_pgs":0} 2024-02-18T01:59:44.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:42.659576+0000 mgr.smithi008.bqmuux (mgr.14182) 36 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:44.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.108456+0000 mon.smithi148 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.8:0/2844708133' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:44.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.136002+0000 mon.smithi148 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.148:0/953823096' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:44.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.280126+0000 mon.smithi148 (mon.1) 11 : audit [INF] from='client.? 172.21.15.8:0/686979957' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827093be-e160-4c2b-a4c8-524c74fcf918"}]: dispatch 2024-02-18T01:59:44.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.280529+0000 mon.smithi008 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827093be-e160-4c2b-a4c8-524c74fcf918"}]: dispatch 2024-02-18T01:59:44.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.284214+0000 mon.smithi008 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "827093be-e160-4c2b-a4c8-524c74fcf918"}]': finished 2024-02-18T01:59:44.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:43.284268+0000 mon.smithi008 (mon.0) 273 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-18T01:59:44.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.284374+0000 mon.smithi008 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:44.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.284700+0000 mon.smithi008 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:44.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.284876+0000 mon.smithi008 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:44.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.285058+0000 mon.smithi008 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:44.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.285232+0000 mon.smithi008 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:44.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.285422+0000 mon.smithi008 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:44.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.285594+0000 mon.smithi008 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:44.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:43.285769+0000 mon.smithi008 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:42.659576+0000 mgr.smithi008.bqmuux (mgr.14182) 36 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.108456+0000 mon.smithi148 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.8:0/2844708133' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.136002+0000 mon.smithi148 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.148:0/953823096' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.280126+0000 mon.smithi148 (mon.1) 11 : audit [INF] from='client.? 172.21.15.8:0/686979957' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827093be-e160-4c2b-a4c8-524c74fcf918"}]: dispatch 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.280529+0000 mon.smithi008 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827093be-e160-4c2b-a4c8-524c74fcf918"}]: dispatch 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.284214+0000 mon.smithi008 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "827093be-e160-4c2b-a4c8-524c74fcf918"}]': finished 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:43.284268+0000 mon.smithi008 (mon.0) 273 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.284374+0000 mon.smithi008 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.284700+0000 mon.smithi008 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:44.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.284876+0000 mon.smithi008 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:44.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.285058+0000 mon.smithi008 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:44.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.285232+0000 mon.smithi008 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:44.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.285422+0000 mon.smithi008 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:44.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.285594+0000 mon.smithi008 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:44.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:43.285769+0000 mon.smithi008 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:44.556 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:44.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:44.603552+0000 mon.smithi008 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.8:0/4090731534' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:45.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:44.603552+0000 mon.smithi008 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.8:0/4090731534' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:59:45.678 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:44.659816+0000 mgr.smithi008.bqmuux (mgr.14182) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:46.025 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:46.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:44.659816+0000 mgr.smithi008.bqmuux (mgr.14182) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:46.414 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T01:59:47.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:46.029054+0000 mon.smithi008 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.8:0/2159864854' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:47.040 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:46.029054+0000 mon.smithi008 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.8:0/2159864854' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:47.415 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:47.711 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:46.660077+0000 mgr.smithi008.bqmuux (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:47.712 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:47.492592+0000 mon.smithi008 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-18T01:59:47.712 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:47.493358+0000 mon.smithi008 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:47.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:46.660077+0000 mgr.smithi008.bqmuux (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:47.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:47.492592+0000 mon.smithi008 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-18T01:59:47.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:47.493358+0000 mon.smithi008 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:48.826 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:47.494038+0000 mgr.smithi008.bqmuux (mgr.14182) 39 : cephadm [INF] Deploying daemon osd.0 on smithi148 2024-02-18T01:59:48.847 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:47.494038+0000 mgr.smithi008.bqmuux (mgr.14182) 39 : cephadm [INF] Deploying daemon osd.0 on smithi148 2024-02-18T01:59:49.265 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:49.735 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:48.660313+0000 mgr.smithi008.bqmuux (mgr.14182) 40 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:49.735 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:49.269736+0000 mon.smithi008 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.8:0/3627429357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:49.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:48.660313+0000 mgr.smithi008.bqmuux (mgr.14182) 40 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:49.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:49.269736+0000 mon.smithi008 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.8:0/3627429357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:49.817 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T01:59:50.817 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:51.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:49.942950+0000 mon.smithi008 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-18T01:59:51.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:49.943903+0000 mon.smithi008 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:51.060 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:49.942950+0000 mon.smithi008 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-18T01:59:51.060 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:49.943903+0000 mon.smithi008 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:51.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:49.944672+0000 mgr.smithi008.bqmuux (mgr.14182) 41 : cephadm [INF] Deploying daemon osd.1 on smithi008 2024-02-18T01:59:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:50.660690+0000 mgr.smithi008.bqmuux (mgr.14182) 42 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:50.906010+0000 mon.smithi008 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:50.906901+0000 mon.smithi008 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-18T01:59:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:50.907634+0000 mon.smithi008 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:51.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:49.944672+0000 mgr.smithi008.bqmuux (mgr.14182) 41 : cephadm [INF] Deploying daemon osd.1 on smithi008 2024-02-18T01:59:51.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:50.660690+0000 mgr.smithi008.bqmuux (mgr.14182) 42 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:51.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:50.906010+0000 mon.smithi008 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:51.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:50.906901+0000 mon.smithi008 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-18T01:59:51.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:50.907634+0000 mon.smithi008 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:52.569 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:52.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:50.908252+0000 mgr.smithi008.bqmuux (mgr.14182) 43 : cephadm [INF] Deploying daemon osd.2 on smithi148 2024-02-18T01:59:52.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:52.572888+0000 mon.smithi008 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.8:0/3312232353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:52.952 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T01:59:52.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:50.908252+0000 mgr.smithi008.bqmuux (mgr.14182) 43 : cephadm [INF] Deploying daemon osd.2 on smithi148 2024-02-18T01:59:52.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:52.572888+0000 mon.smithi008 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.8:0/3312232353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:53.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:52.661031+0000 mgr.smithi008.bqmuux (mgr.14182) 44 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:53.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:52.661031+0000 mgr.smithi008.bqmuux (mgr.14182) 44 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:53.953 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:54.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.120432+0000 mon.smithi148 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.148:6800/3367947086,v1:172.21.15.148:6801/3367947086]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T01:59:54.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.120876+0000 mon.smithi008 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T01:59:54.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.188354+0000 mon.smithi008 (mon.0) 294 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:54.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.189163+0000 mon.smithi008 (mon.0) 295 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-18T01:59:54.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.189924+0000 mon.smithi008 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:54.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:54.190595+0000 mgr.smithi008.bqmuux (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.4 on smithi148 2024-02-18T01:59:54.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.258628+0000 mon.smithi008 (mon.0) 297 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:54.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.259444+0000 mon.smithi008 (mon.0) 298 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-18T01:59:54.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.260096+0000 mon.smithi008 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:54.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:54.260695+0000 mgr.smithi008.bqmuux (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.3 on smithi008 2024-02-18T01:59:54.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:54.661436+0000 mgr.smithi008.bqmuux (mgr.14182) 47 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.120432+0000 mon.smithi148 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.148:6800/3367947086,v1:172.21.15.148:6801/3367947086]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.120876+0000 mon.smithi008 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.188354+0000 mon.smithi008 (mon.0) 294 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.189163+0000 mon.smithi008 (mon.0) 295 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.189924+0000 mon.smithi008 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:54.190595+0000 mgr.smithi008.bqmuux (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.4 on smithi148 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.258628+0000 mon.smithi008 (mon.0) 297 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.259444+0000 mon.smithi008 (mon.0) 298 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.260096+0000 mon.smithi008 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:54.260695+0000 mgr.smithi008.bqmuux (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.3 on smithi008 2024-02-18T01:59:55.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:54.661436+0000 mgr.smithi008.bqmuux (mgr.14182) 47 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:55.499 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:55.876 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.689351+0000 mon.smithi008 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:54.689431+0000 mon.smithi008 (mon.0) 301 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.689590+0000 mon.smithi008 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.690034+0000 mon.smithi008 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.690313+0000 mon.smithi008 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.690642+0000 mon.smithi008 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.690880+0000 mon.smithi148 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.148:6800/3367947086,v1:172.21.15.148:6801/3367947086]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.690916+0000 mon.smithi008 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.691196+0000 mon.smithi008 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.691685+0000 mon.smithi008 (mon.0) 308 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.692060+0000 mon.smithi008 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:54.692364+0000 mon.smithi008 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:55.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.502352+0000 mon.smithi008 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.8:0/2615774426' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:56.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.689351+0000 mon.smithi008 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-18T01:59:56.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:54.689431+0000 mon.smithi008 (mon.0) 301 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-18T01:59:56.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.689590+0000 mon.smithi008 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:56.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.690034+0000 mon.smithi008 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:56.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.690313+0000 mon.smithi008 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:56.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.690642+0000 mon.smithi008 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:56.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.690880+0000 mon.smithi148 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.148:6800/3367947086,v1:172.21.15.148:6801/3367947086]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T01:59:56.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.690916+0000 mon.smithi008 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:56.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.691196+0000 mon.smithi008 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:56.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.691685+0000 mon.smithi008 (mon.0) 308 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T01:59:56.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.692060+0000 mon.smithi008 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:56.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:54.692364+0000 mon.smithi008 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:56.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.502352+0000 mon.smithi008 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.8:0/2615774426' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:59:56.297 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T01:59:57.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.691063+0000 mon.smithi008 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-18T01:59:57.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:55.691127+0000 mon.smithi008 (mon.0) 313 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-18T01:59:57.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.691472+0000 mon.smithi008 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.691741+0000 mon.smithi008 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.691944+0000 mon.smithi008 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.692157+0000 mon.smithi008 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.692348+0000 mon.smithi008 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.696494+0000 mon.smithi008 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.696678+0000 mon.smithi008 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.696855+0000 mon.smithi008 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:55.697051+0000 mon.smithi008 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:57.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:56.661921+0000 mgr.smithi008.bqmuux (mgr.14182) 48 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:57.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.691063+0000 mon.smithi008 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-18T01:59:57.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:55.691127+0000 mon.smithi008 (mon.0) 313 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-18T01:59:57.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.691472+0000 mon.smithi008 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:57.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.691741+0000 mon.smithi008 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:57.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.691944+0000 mon.smithi008 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:57.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.692157+0000 mon.smithi008 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:57.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.692348+0000 mon.smithi008 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:57.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.696494+0000 mon.smithi008 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:57.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.696678+0000 mon.smithi008 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:57.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.696855+0000 mon.smithi008 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:57.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:55.697051+0000 mon.smithi008 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:57.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:56.661921+0000 mgr.smithi008.bqmuux (mgr.14182) 48 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:59:57.298 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:59:57.727 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:55.149485+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:59:57.727 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:55.149566+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:59:57.727 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:56.696911+0000 mon.smithi008 (mon.0) 323 : cluster [INF] osd.0 [v2:172.21.15.148:6800/3367947086,v1:172.21.15.148:6801/3367947086] boot 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:56.696966+0000 mon.smithi008 (mon.0) 324 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:56.697418+0000 mon.smithi008 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:56.697834+0000 mon.smithi008 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:56.702333+0000 mon.smithi008 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:56.702642+0000 mon.smithi008 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:56.702810+0000 mon.smithi008 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:56.702968+0000 mon.smithi008 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:56.703147+0000 mon.smithi008 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:56.703309+0000 mon.smithi008 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.437179+0000 mon.smithi008 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T01:59:57.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.497687+0000 mon.smithi008 (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-18T01:59:57.970 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:55.149485+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:59:57.970 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:55.149566+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:59:57.970 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:56.696911+0000 mon.smithi008 (mon.0) 323 : cluster [INF] osd.0 [v2:172.21.15.148:6800/3367947086,v1:172.21.15.148:6801/3367947086] boot 2024-02-18T01:59:57.970 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:56.696966+0000 mon.smithi008 (mon.0) 324 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:56.697418+0000 mon.smithi008 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:56.697834+0000 mon.smithi008 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:56.702333+0000 mon.smithi008 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:56.702642+0000 mon.smithi008 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:56.702810+0000 mon.smithi008 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:56.702968+0000 mon.smithi008 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:56.703147+0000 mon.smithi008 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:56.703309+0000 mon.smithi008 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.437179+0000 mon.smithi008 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T01:59:57.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.497687+0000 mon.smithi008 (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-18T01:59:58.797 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.705637+0000 mon.smithi008 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.705732+0000 mon.smithi008 (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:57.705805+0000 mon.smithi008 (mon.0) 337 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.705942+0000 mon.smithi008 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.706358+0000 mon.smithi008 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.706596+0000 mon.smithi008 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.706833+0000 mon.smithi008 (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.707070+0000 mon.smithi008 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.707301+0000 mon.smithi008 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.707527+0000 mon.smithi008 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.707740+0000 mon.smithi008 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:57.707955+0000 mon.smithi008 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:58.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.087079+0000 mon.smithi008 (mon.0) 347 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:58.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.087789+0000 mon.smithi008 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-18T01:59:58.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.088516+0000 mon.smithi008 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:58.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:58.089145+0000 mgr.smithi008.bqmuux (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.6 on smithi148 2024-02-18T01:59:58.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 01:59:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:58.662315+0000 mgr.smithi008.bqmuux (mgr.14182) 50 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T01:59:58.890 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.705637+0000 mon.smithi008 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.705732+0000 mon.smithi008 (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:57.705805+0000 mon.smithi008 (mon.0) 337 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.705942+0000 mon.smithi008 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.706358+0000 mon.smithi008 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.706596+0000 mon.smithi008 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.706833+0000 mon.smithi008 (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.707070+0000 mon.smithi008 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.707301+0000 mon.smithi008 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.707527+0000 mon.smithi008 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:59:58.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.707740+0000 mon.smithi008 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:59:58.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:57.707955+0000 mon.smithi008 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:59:58.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.087079+0000 mon.smithi008 (mon.0) 347 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T01:59:58.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.087789+0000 mon.smithi008 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-18T01:59:58.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.088516+0000 mon.smithi008 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:59:58.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:58.089145+0000 mgr.smithi008.bqmuux (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.6 on smithi148 2024-02-18T01:59:58.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 01:59:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:58.662315+0000 mgr.smithi008.bqmuux (mgr.14182) 50 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T01:59:59.003 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T01:59:59.501 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1708221596,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T02:00:00.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.707233+0000 mon.smithi008 (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-18T02:00:00.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.707341+0000 mon.smithi008 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-18T02:00:00.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:58.707395+0000 mon.smithi008 (mon.0) 352 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-18T02:00:00.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.707768+0000 mon.smithi008 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.708220+0000 mon.smithi008 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.712934+0000 mon.smithi008 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.713297+0000 mon.smithi008 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.713579+0000 mon.smithi008 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.713876+0000 mon.smithi008 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.714254+0000 mon.smithi008 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.714543+0000 mon.smithi008 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:58.715715+0000 mon.smithi008 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.007414+0000 mon.smithi008 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.8:0/3671246590' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.653367+0000 mon.smithi008 (mon.0) 363 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.654197+0000 mon.smithi008 (mon.0) 364 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.654875+0000 mon.smithi008 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:00.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T01:59:59.655451+0000 mgr.smithi008.bqmuux (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.5 on smithi008 2024-02-18T02:00:00.475 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.707233+0000 mon.smithi008 (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.707341+0000 mon.smithi008 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:58.707395+0000 mon.smithi008 (mon.0) 352 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.707768+0000 mon.smithi008 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.708220+0000 mon.smithi008 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.712934+0000 mon.smithi008 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.713297+0000 mon.smithi008 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.713579+0000 mon.smithi008 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.713876+0000 mon.smithi008 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.714254+0000 mon.smithi008 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:00.476 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.714543+0000 mon.smithi008 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:00:00.477 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:58.715715+0000 mon.smithi008 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:00:00.477 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.007414+0000 mon.smithi008 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.8:0/3671246590' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:00.477 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.653367+0000 mon.smithi008 (mon.0) 363 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:00.477 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.654197+0000 mon.smithi008 (mon.0) 364 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-18T02:00:00.477 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.654875+0000 mon.smithi008 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:00.477 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T01:59:59.655451+0000 mgr.smithi008.bqmuux (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.5 on smithi008 2024-02-18T02:00:00.502 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:58.391729+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:58.391803+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:58.521640+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:58.521711+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:59.712706+0000 mon.smithi008 (mon.0) 366 : cluster [INF] osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890] boot 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:59.712739+0000 mon.smithi008 (mon.0) 367 : cluster [INF] osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074] boot 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T01:59:59.712757+0000 mon.smithi008 (mon.0) 368 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.713235+0000 mon.smithi008 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.713537+0000 mon.smithi008 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:00:01.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.713788+0000 mon.smithi008 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.713945+0000 mon.smithi008 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.714144+0000 mon.smithi008 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.714308+0000 mon.smithi008 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.714486+0000 mon.smithi008 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T01:59:59.714691+0000 mon.smithi008 (mon.0) 376 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:00.199678+0000 mon.smithi008 (mon.0) 377 : cluster [INF] overall HEALTH_OK 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:00.662619+0000 mgr.smithi008.bqmuux (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:00.713842+0000 mon.smithi008 (mon.0) 378 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:00.713895+0000 mon.smithi008 (mon.0) 379 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:00.714045+0000 mon.smithi008 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:00.714425+0000 mon.smithi008 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:01.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:00.714678+0000 mon.smithi008 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:01.255 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:00.714909+0000 mon.smithi008 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:01.255 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:00.715150+0000 mon.smithi008 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:01.255 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:00.715796+0000 mon.smithi008 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-18T02:00:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:58.391729+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:58.391803+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:58.521640+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:58.521711+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:59.712706+0000 mon.smithi008 (mon.0) 366 : cluster [INF] osd.2 [v2:172.21.15.148:6808/25862890,v1:172.21.15.148:6809/25862890] boot 2024-02-18T02:00:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:59.712739+0000 mon.smithi008 (mon.0) 367 : cluster [INF] osd.1 [v2:172.21.15.8:6802/3894011074,v1:172.21.15.8:6803/3894011074] boot 2024-02-18T02:00:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T01:59:59.712757+0000 mon.smithi008 (mon.0) 368 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-02-18T02:00:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.713235+0000 mon.smithi008 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.713537+0000 mon.smithi008 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.713788+0000 mon.smithi008 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.713945+0000 mon.smithi008 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.714144+0000 mon.smithi008 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.714308+0000 mon.smithi008 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.714486+0000 mon.smithi008 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T01:59:59.714691+0000 mon.smithi008 (mon.0) 376 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:00.199678+0000 mon.smithi008 (mon.0) 377 : cluster [INF] overall HEALTH_OK 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:00.662619+0000 mgr.smithi008.bqmuux (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:00.713842+0000 mon.smithi008 (mon.0) 378 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:00.713895+0000 mon.smithi008 (mon.0) 379 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:00.714045+0000 mon.smithi008 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:00.714425+0000 mon.smithi008 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:01.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:00.714678+0000 mon.smithi008 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:01.370 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:00.714909+0000 mon.smithi008 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:01.370 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:00.715150+0000 mon.smithi008 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:01.370 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:00.715796+0000 mon.smithi008 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-18T02:00:02.360 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:02.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.321323+0000 mon.smithi148 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.148:6816/2337998599,v1:172.21.15.148:6817/2337998599]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T02:00:02.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.321684+0000 mon.smithi008 (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T02:00:02.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.715245+0000 mon.smithi008 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-18T02:00:02.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.715334+0000 mon.smithi008 (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-18T02:00:02.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:01.715407+0000 mon.smithi008 (mon.0) 389 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-18T02:00:02.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.715562+0000 mon.smithi008 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:02.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.716027+0000 mon.smithi008 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:02.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.716231+0000 mon.smithi008 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:02.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.716415+0000 mon.smithi008 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:02.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.716597+0000 mon.smithi148 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.148:6816/2337998599,v1:172.21.15.148:6817/2337998599]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T02:00:02.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.716601+0000 mon.smithi008 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:02.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.716945+0000 mon.smithi008 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T02:00:02.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:01.771273+0000 mon.smithi008 (mon.0) 396 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:02.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.321323+0000 mon.smithi148 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.148:6816/2337998599,v1:172.21.15.148:6817/2337998599]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.321684+0000 mon.smithi008 (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.715245+0000 mon.smithi008 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.715334+0000 mon.smithi008 (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:01.715407+0000 mon.smithi008 (mon.0) 389 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.715562+0000 mon.smithi008 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.716027+0000 mon.smithi008 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.716231+0000 mon.smithi008 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.716415+0000 mon.smithi008 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.716597+0000 mon.smithi148 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.148:6816/2337998599,v1:172.21.15.148:6817/2337998599]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.716601+0000 mon.smithi008 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.716945+0000 mon.smithi008 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T02:00:02.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:01.771273+0000 mon.smithi008 (mon.0) 396 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:02.708 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1708221599,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T02:00:03.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.362010+0000 mon.smithi008 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.8:0/1970761671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:03.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.615166+0000 mon.smithi008 (mon.0) 398 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-18T02:00:03.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:02.662935+0000 mgr.smithi008.bqmuux (mgr.14182) 53 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T02:00:03.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.717181+0000 mon.smithi008 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.717254+0000 mon.smithi008 (mon.0) 400 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:02.717304+0000 mon.smithi008 (mon.0) 401 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.717469+0000 mon.smithi008 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.717892+0000 mon.smithi008 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.718165+0000 mon.smithi008 (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.718440+0000 mon.smithi008 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.718635+0000 mon.smithi008 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.718857+0000 mon.smithi008 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:03.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:02.720107+0000 mon.smithi008 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:03.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.362010+0000 mon.smithi008 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.8:0/1970761671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:03.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.615166+0000 mon.smithi008 (mon.0) 398 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-18T02:00:03.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:02.662935+0000 mgr.smithi008.bqmuux (mgr.14182) 53 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T02:00:03.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.717181+0000 mon.smithi008 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.717254+0000 mon.smithi008 (mon.0) 400 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:02.717304+0000 mon.smithi008 (mon.0) 401 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.717469+0000 mon.smithi008 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.717892+0000 mon.smithi008 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.718165+0000 mon.smithi008 (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.718440+0000 mon.smithi008 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.718635+0000 mon.smithi008 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.718857+0000 mon.smithi008 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:03.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:02.720107+0000 mon.smithi008 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:03.709 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:00:04.942 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:02.274505+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:02.274579+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:03.719493+0000 mon.smithi008 (mon.0) 409 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:03.719615+0000 mon.smithi008 (mon.0) 410 : cluster [INF] osd.4 [v2:172.21.15.148:6816/2337998599,v1:172.21.15.148:6817/2337998599] boot 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:03.719679+0000 mon.smithi008 (mon.0) 411 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:03.719925+0000 mon.smithi008 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:03.720441+0000 mon.smithi008 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:03.721354+0000 mon.smithi008 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:03.721703+0000 mon.smithi008 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:03.721904+0000 mon.smithi008 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:03.724847+0000 mon.smithi008 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:03.760954+0000 mon.smithi008 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:04.943 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.157869+0000 mon.smithi008 (mon.0) 419 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.158660+0000 mon.smithi008 (mon.0) 420 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.159297+0000 mon.smithi008 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:04.159896+0000 mgr.smithi008.bqmuux (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.7 on smithi008 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:04.358722+0000 mon.smithi008 (mon.0) 422 : cluster [INF] osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218] boot 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:04.358772+0000 mon.smithi008 (mon.0) 423 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.358898+0000 mon.smithi008 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.359287+0000 mon.smithi008 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.359622+0000 mon.smithi008 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.359888+0000 mon.smithi008 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:04.944 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:04.663289+0000 mgr.smithi008.bqmuux (mgr.14182) 55 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-18T02:00:05.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:02.274505+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:05.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:02.274579+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:05.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:03.719493+0000 mon.smithi008 (mon.0) 409 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-18T02:00:05.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:03.719615+0000 mon.smithi008 (mon.0) 410 : cluster [INF] osd.4 [v2:172.21.15.148:6816/2337998599,v1:172.21.15.148:6817/2337998599] boot 2024-02-18T02:00:05.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:03.719679+0000 mon.smithi008 (mon.0) 411 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:03.719925+0000 mon.smithi008 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:03.720441+0000 mon.smithi008 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:03.721354+0000 mon.smithi008 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:03.721703+0000 mon.smithi008 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:03.721904+0000 mon.smithi008 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:03.724847+0000 mon.smithi008 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:03.760954+0000 mon.smithi008 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.157869+0000 mon.smithi008 (mon.0) 419 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.158660+0000 mon.smithi008 (mon.0) 420 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.159297+0000 mon.smithi008 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:04.159896+0000 mgr.smithi008.bqmuux (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.7 on smithi008 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:04.358722+0000 mon.smithi008 (mon.0) 422 : cluster [INF] osd.3 [v2:172.21.15.8:6810/49998218,v1:172.21.15.8:6811/49998218] boot 2024-02-18T02:00:05.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:04.358772+0000 mon.smithi008 (mon.0) 423 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-18T02:00:05.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.358898+0000 mon.smithi008 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:00:05.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.359287+0000 mon.smithi008 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:05.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.359622+0000 mon.smithi008 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:05.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.359888+0000 mon.smithi008 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:05.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:04.663289+0000 mgr.smithi008.bqmuux (mgr.14182) 55 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-18T02:00:05.594 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:05.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:03.570982+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:05.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:03.571057+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.898313+0000 mon.smithi148 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.148:6824/942854360,v1:172.21.15.148:6825/942854360]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:04.898757+0000 mon.smithi008 (mon.0) 428 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:05.363485+0000 mon.smithi008 (mon.0) 429 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:05.363609+0000 mon.smithi008 (mon.0) 430 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:05.363778+0000 mon.smithi008 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:05.364175+0000 mon.smithi008 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:05.364436+0000 mon.smithi008 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:05.364589+0000 mon.smithi148 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.148:6824/942854360,v1:172.21.15.148:6825/942854360]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:05.365085+0000 mon.smithi008 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T02:00:05.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:05.598014+0000 mon.smithi008 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.8:0/732235696' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:05.995 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1708221604,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:03.570982+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:03.571057+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.898313+0000 mon.smithi148 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.148:6824/942854360,v1:172.21.15.148:6825/942854360]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:04.898757+0000 mon.smithi008 (mon.0) 428 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:05.363485+0000 mon.smithi008 (mon.0) 429 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:05.363609+0000 mon.smithi008 (mon.0) 430 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:05.363778+0000 mon.smithi008 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:05.364175+0000 mon.smithi008 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:05.364436+0000 mon.smithi008 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:05.364589+0000 mon.smithi148 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.148:6824/942854360,v1:172.21.15.148:6825/942854360]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T02:00:06.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:05.365085+0000 mon.smithi008 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-18T02:00:06.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:05.598014+0000 mon.smithi008 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.8:0/732235696' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:06.996 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:00:07.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:06.364262+0000 mon.smithi008 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-18T02:00:07.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:06.364334+0000 mon.smithi008 (mon.0) 437 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-18T02:00:07.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:06.364481+0000 mon.smithi008 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:07.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:06.364850+0000 mon.smithi008 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:07.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:06.365050+0000 mon.smithi008 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:07.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:06.368318+0000 mon.smithi008 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:07.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:06.663863+0000 mgr.smithi008.bqmuux (mgr.14182) 56 : cluster [DBG] pgmap v52: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-18T02:00:07.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:06.364262+0000 mon.smithi008 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-18T02:00:07.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:06.364334+0000 mon.smithi008 (mon.0) 437 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-18T02:00:07.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:06.364481+0000 mon.smithi008 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:07.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:06.364850+0000 mon.smithi008 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:07.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:06.365050+0000 mon.smithi008 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:07.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:06.368318+0000 mon.smithi008 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:07.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:06.663863+0000 mgr.smithi008.bqmuux (mgr.14182) 56 : cluster [DBG] pgmap v52: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-18T02:00:08.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:05.946148+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:08.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:05.946231+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:08.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:07.365620+0000 mon.smithi008 (mon.0) 442 : cluster [INF] osd.6 [v2:172.21.15.148:6824/942854360,v1:172.21.15.148:6825/942854360] boot 2024-02-18T02:00:08.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:07.365654+0000 mon.smithi008 (mon.0) 443 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-02-18T02:00:08.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:07.366293+0000 mon.smithi008 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:08.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:07.366700+0000 mon.smithi008 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:08.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:07.367059+0000 mon.smithi008 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:08.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:07.372325+0000 mon.smithi008 (mon.0) 447 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-18T02:00:08.703 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:08.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:05.946148+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:08.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:05.946231+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:08.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:07.365620+0000 mon.smithi008 (mon.0) 442 : cluster [INF] osd.6 [v2:172.21.15.148:6824/942854360,v1:172.21.15.148:6825/942854360] boot 2024-02-18T02:00:08.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:07.365654+0000 mon.smithi008 (mon.0) 443 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-02-18T02:00:08.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:07.366293+0000 mon.smithi008 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:08.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:07.366700+0000 mon.smithi008 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:00:08.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:07.367059+0000 mon.smithi008 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:08.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:07.372325+0000 mon.smithi008 (mon.0) 447 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-18T02:00:09.209 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":28,"num_osds":8,"num_up_osds":6,"osd_up_since":1708221607,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:08.371622+0000 mon.smithi008 (mon.0) 448 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:08.371677+0000 mon.smithi008 (mon.0) 449 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:08.372091+0000 mon.smithi008 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:08.372327+0000 mon.smithi008 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:08.372631+0000 mon.smithi008 (mon.0) 452 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:08.664213+0000 mgr.smithi008.bqmuux (mgr.14182) 57 : cluster [DBG] pgmap v55: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:08.707293+0000 mon.smithi008 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.8:0/1923467773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:09.373444+0000 mon.smithi008 (mon.0) 454 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-18T02:00:09.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:09.373510+0000 mon.smithi008 (mon.0) 455 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-02-18T02:00:09.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:09.373676+0000 mon.smithi008 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:09.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:09.374035+0000 mon.smithi008 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:09.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:08.371622+0000 mon.smithi008 (mon.0) 448 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-18T02:00:09.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:08.371677+0000 mon.smithi008 (mon.0) 449 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2024-02-18T02:00:09.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:08.372091+0000 mon.smithi008 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:09.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:08.372327+0000 mon.smithi008 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:09.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:08.372631+0000 mon.smithi008 (mon.0) 452 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-18T02:00:09.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:08.664213+0000 mgr.smithi008.bqmuux (mgr.14182) 57 : cluster [DBG] pgmap v55: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:00:09.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:08.707293+0000 mon.smithi008 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.8:0/1923467773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:09.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:09.373444+0000 mon.smithi008 (mon.0) 454 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-18T02:00:09.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:09.373510+0000 mon.smithi008 (mon.0) 455 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-02-18T02:00:09.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:09.373676+0000 mon.smithi008 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:09.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:09.374035+0000 mon.smithi008 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:10.209 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:00:10.705 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:08.384701+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:10.705 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:08.384788+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:10.705 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:09.379873+0000 mon.smithi008 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:10.705 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:09.594961+0000 mon.smithi008 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:10.706 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:10.376914+0000 mon.smithi008 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:10.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:08.384701+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:10.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:08.384788+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:10.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:09.379873+0000 mon.smithi008 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:10.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:09.594961+0000 mon.smithi008 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:10.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:10.376914+0000 mon.smithi008 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:11.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:10.385513+0000 mon.smithi008 (mon.0) 461 : cluster [INF] osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339] boot 2024-02-18T02:00:11.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:10.385554+0000 mon.smithi008 (mon.0) 462 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-02-18T02:00:11.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:10.386320+0000 mon.smithi008 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:11.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:10.386607+0000 mon.smithi008 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:11.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:10.664562+0000 mgr.smithi008.bqmuux (mgr.14182) 58 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:00:11.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:10.385513+0000 mon.smithi008 (mon.0) 461 : cluster [INF] osd.5 [v2:172.21.15.8:6818/844632339,v1:172.21.15.8:6819/844632339] boot 2024-02-18T02:00:11.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:10.385554+0000 mon.smithi008 (mon.0) 462 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-02-18T02:00:11.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:10.386320+0000 mon.smithi008 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:00:11.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:10.386607+0000 mon.smithi008 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:11.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:10.664562+0000 mgr.smithi008.bqmuux (mgr.14182) 58 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:00:12.007 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:12.557 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1708221610,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":0} 2024-02-18T02:00:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:11.394025+0000 mon.smithi008 (mon.0) 465 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-02-18T02:00:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:11.394166+0000 mon.smithi008 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:12.011431+0000 mon.smithi008 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.8:0/155393687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:12.152424+0000 mon.smithi008 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:12.153549+0000 mon.smithi008 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:00:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:12.154205+0000 mon.smithi008 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T02:00:12.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:12.154822+0000 mon.smithi008 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:12.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:11.394025+0000 mon.smithi008 (mon.0) 465 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-02-18T02:00:12.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:11.394166+0000 mon.smithi008 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:12.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:12.011431+0000 mon.smithi008 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.8:0/155393687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:12.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:12.152424+0000 mon.smithi008 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:12.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:12.153549+0000 mon.smithi008 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:00:12.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:12.154205+0000 mon.smithi008 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T02:00:12.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:12.154822+0000 mon.smithi008 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:13.557 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:00:13.662 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:12.153287+0000 mgr.smithi008.bqmuux (mgr.14182) 59 : cephadm [INF] Reconfiguring mon.smithi008 (unknown last config time)... 2024-02-18T02:00:13.662 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:12.155381+0000 mgr.smithi008.bqmuux (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi008 on smithi008 2024-02-18T02:00:13.662 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:12.665022+0000 mgr.smithi008.bqmuux (mgr.14182) 61 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:00:13.662 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:12.819941+0000 mon.smithi008 (mon.0) 472 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-18T02:00:13.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:13.297557+0000 mon.smithi008 (mon.0) 473 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:13.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:13.298575+0000 mon.smithi008 (mon.0) 474 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.bqmuux", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:00:13.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:13.299321+0000 mon.smithi008 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:00:13.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:13.299952+0000 mon.smithi008 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:13.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:12.153287+0000 mgr.smithi008.bqmuux (mgr.14182) 59 : cephadm [INF] Reconfiguring mon.smithi008 (unknown last config time)... 2024-02-18T02:00:13.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:12.155381+0000 mgr.smithi008.bqmuux (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi008 on smithi008 2024-02-18T02:00:13.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:12.665022+0000 mgr.smithi008.bqmuux (mgr.14182) 61 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:00:13.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:12.819941+0000 mon.smithi008 (mon.0) 472 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-18T02:00:13.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:13.297557+0000 mon.smithi008 (mon.0) 473 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:13.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:13.298575+0000 mon.smithi008 (mon.0) 474 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.bqmuux", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:00:13.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:13.299321+0000 mon.smithi008 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:00:13.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:13.299952+0000 mon.smithi008 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:14.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:13.298279+0000 mgr.smithi008.bqmuux (mgr.14182) 62 : cephadm [INF] Reconfiguring mgr.smithi008.bqmuux (unknown last config time)... 2024-02-18T02:00:14.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:13.300565+0000 mgr.smithi008.bqmuux (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mgr.smithi008.bqmuux on smithi008 2024-02-18T02:00:14.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:13.400896+0000 mon.smithi008 (mon.0) 477 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-18T02:00:14.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:13.400956+0000 mon.smithi008 (mon.0) 478 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-02-18T02:00:14.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:13.401247+0000 mon.smithi008 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:14.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:13.401848+0000 mon.smithi008 (mon.0) 480 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-18T02:00:14.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:14.293249+0000 mon.smithi008 (mon.0) 481 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:14.762 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:13.298279+0000 mgr.smithi008.bqmuux (mgr.14182) 62 : cephadm [INF] Reconfiguring mgr.smithi008.bqmuux (unknown last config time)... 2024-02-18T02:00:14.762 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:13.300565+0000 mgr.smithi008.bqmuux (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mgr.smithi008.bqmuux on smithi008 2024-02-18T02:00:14.762 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:13.400896+0000 mon.smithi008 (mon.0) 477 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-18T02:00:14.762 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:13.400956+0000 mon.smithi008 (mon.0) 478 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-02-18T02:00:14.762 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:13.401247+0000 mon.smithi008 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:14.762 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:13.401848+0000 mon.smithi008 (mon.0) 480 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-18T02:00:14.762 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:14.293249+0000 mon.smithi008 (mon.0) 481 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:15.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:14.294047+0000 mgr.smithi008.bqmuux (mgr.14182) 64 : cephadm [INF] Reconfiguring alertmanager.smithi008 (dependencies changed)... 2024-02-18T02:00:15.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:14.300804+0000 mgr.smithi008.bqmuux (mgr.14182) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi008 on smithi008 2024-02-18T02:00:15.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:14.402062+0000 mon.smithi008 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-18T02:00:15.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:14.402129+0000 mon.smithi008 (mon.0) 483 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-02-18T02:00:15.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:14.402508+0000 mon.smithi008 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:15.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:14.665381+0000 mgr.smithi008.bqmuux (mgr.14182) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:00:15.761 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:14.294047+0000 mgr.smithi008.bqmuux (mgr.14182) 64 : cephadm [INF] Reconfiguring alertmanager.smithi008 (dependencies changed)... 2024-02-18T02:00:15.761 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:14.300804+0000 mgr.smithi008.bqmuux (mgr.14182) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi008 on smithi008 2024-02-18T02:00:15.761 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:14.402062+0000 mon.smithi008 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-18T02:00:15.761 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:14.402129+0000 mon.smithi008 (mon.0) 483 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-02-18T02:00:15.761 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:14.402508+0000 mon.smithi008 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:15.761 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:14.665381+0000 mgr.smithi008.bqmuux (mgr.14182) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:00:15.905 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:16.333 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":34,"num_osds":8,"num_up_osds":8,"osd_up_since":1708221615,"num_in_osds":8,"osd_in_since":1708221583,"num_remapped_pgs":1} 2024-02-18T02:00:16.334 INFO:tasks.cephadm:Setting up client nodes... 2024-02-18T02:00:16.334 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-18T02:00:16.737 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:13.826511+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:16.737 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:13.826561+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:16.738 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:15.409363+0000 mon.smithi008 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:16.738 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:15.412415+0000 mon.smithi008 (mon.0) 486 : cluster [INF] osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197] boot 2024-02-18T02:00:16.738 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:15.412465+0000 mon.smithi008 (mon.0) 487 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-18T02:00:16.738 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:15.412821+0000 mon.smithi008 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:16.738 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:15.909099+0000 mon.smithi008 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.8:0/3327005033' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:16.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:13.826511+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:00:16.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:13.826561+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:00:16.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:15.409363+0000 mon.smithi008 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:16.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:15.412415+0000 mon.smithi008 (mon.0) 486 : cluster [INF] osd.7 [v2:172.21.15.8:6826/3579761197,v1:172.21.15.8:6827/3579761197] boot 2024-02-18T02:00:16.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:15.412465+0000 mon.smithi008 (mon.0) 487 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-18T02:00:16.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:15.412821+0000 mon.smithi008 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:00:16.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:15.909099+0000 mon.smithi008 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.8:0/3327005033' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:00:17.686 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:16.413271+0000 mon.smithi008 (mon.0) 490 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-18T02:00:17.686 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:16.665741+0000 mgr.smithi008.bqmuux (mgr.14182) 67 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:17.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:16.413271+0000 mon.smithi008 (mon.0) 490 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-18T02:00:17.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:16.665741+0000 mgr.smithi008.bqmuux (mgr.14182) 67 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:18.278 INFO:teuthology.orchestra.run.smithi008.stdout:[client.0] 2024-02-18T02:00:18.278 INFO:teuthology.orchestra.run.smithi008.stdout: key = AQCyZNFlCUSVEBAAe5Kn6IwB1WeSr5O5N6v7fw== 2024-02-18T02:00:18.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:17.419376+0000 mon.smithi008 (mon.0) 491 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-18T02:00:18.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:18.278051+0000 mon.smithi008 (mon.0) 492 : audit [INF] from='client.? 172.21.15.8:0/3184657987' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:00:18.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:18.281747+0000 mon.smithi008 (mon.0) 493 : audit [INF] from='client.? 172.21.15.8:0/3184657987' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T02:00:18.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:17.419376+0000 mon.smithi008 (mon.0) 491 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-18T02:00:18.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:18.278051+0000 mon.smithi008 (mon.0) 492 : audit [INF] from='client.? 172.21.15.8:0/3184657987' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:00:18.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:18.281747+0000 mon.smithi008 (mon.0) 493 : audit [INF] from='client.? 172.21.15.8:0/3184657987' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T02:00:18.774 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T02:00:18.774 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-18T02:00:18.774 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-18T02:00:18.824 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-18T02:00:19.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:18.666255+0000 mgr.smithi008.bqmuux (mgr.14182) 68 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:19.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:19.381459+0000 mon.smithi008 (mon.0) 494 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:19.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:19.382467+0000 mon.smithi008 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:00:19.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:19.383210+0000 mon.smithi008 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:19.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:18.666255+0000 mgr.smithi008.bqmuux (mgr.14182) 68 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:19.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:19.381459+0000 mon.smithi008 (mon.0) 494 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:19.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:19.382467+0000 mon.smithi008 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:00:19.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:19.383210+0000 mon.smithi008 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:20.227 INFO:teuthology.orchestra.run.smithi148.stdout:[client.1] 2024-02-18T02:00:20.227 INFO:teuthology.orchestra.run.smithi148.stdout: key = AQC0ZNFlGYGLDRAAGhoVeF1BZf77P30F1W+FWg== 2024-02-18T02:00:20.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:19.382169+0000 mgr.smithi008.bqmuux (mgr.14182) 69 : cephadm [INF] Reconfiguring crash.smithi008 (monmap changed)... 2024-02-18T02:00:20.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:19.383770+0000 mgr.smithi008.bqmuux (mgr.14182) 70 : cephadm [INF] Reconfiguring daemon crash.smithi008 on smithi008 2024-02-18T02:00:20.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:20.226573+0000 mon.smithi148 (mon.1) 18 : audit [INF] from='client.? 172.21.15.148:0/4104240490' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:00:20.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:20.227072+0000 mon.smithi008 (mon.0) 497 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:00:20.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:20.230999+0000 mon.smithi008 (mon.0) 498 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T02:00:20.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:20.349011+0000 mon.smithi008 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:20.658 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T02:00:20.658 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-18T02:00:20.658 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-18T02:00:20.700 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T02:00:20.733 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:19.382169+0000 mgr.smithi008.bqmuux (mgr.14182) 69 : cephadm [INF] Reconfiguring crash.smithi008 (monmap changed)... 2024-02-18T02:00:20.733 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:19.383770+0000 mgr.smithi008.bqmuux (mgr.14182) 70 : cephadm [INF] Reconfiguring daemon crash.smithi008 on smithi008 2024-02-18T02:00:20.733 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:20.226573+0000 mon.smithi148 (mon.1) 18 : audit [INF] from='client.? 172.21.15.148:0/4104240490' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:00:20.733 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:20.227072+0000 mon.smithi008 (mon.0) 497 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:00:20.733 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:20.230999+0000 mon.smithi008 (mon.0) 498 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T02:00:20.733 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:20.349011+0000 mon.smithi008 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:21.327 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:21.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:20.349803+0000 mgr.smithi008.bqmuux (mgr.14182) 71 : cephadm [INF] Reconfiguring grafana.smithi008 (dependencies changed)... 2024-02-18T02:00:21.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:20.385639+0000 mgr.smithi008.bqmuux (mgr.14182) 72 : cephadm [INF] Reconfiguring daemon grafana.smithi008 on smithi008 2024-02-18T02:00:21.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:20.666758+0000 mgr.smithi008.bqmuux (mgr.14182) 73 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:21.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:20.349803+0000 mgr.smithi008.bqmuux (mgr.14182) 71 : cephadm [INF] Reconfiguring grafana.smithi008 (dependencies changed)... 2024-02-18T02:00:21.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:20.385639+0000 mgr.smithi008.bqmuux (mgr.14182) 72 : cephadm [INF] Reconfiguring daemon grafana.smithi008 on smithi008 2024-02-18T02:00:21.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:20.666758+0000 mgr.smithi008.bqmuux (mgr.14182) 73 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:23.000 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:23.000 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":36,"fsid":"f82c32f8-ce00-11ee-95ba-87774f69a715","created":"2024-02-18T01:57:19.804872+0000","modified":"2024-02-18T02:00:17.412012+0000","last_up_change":"2024-02-18T02:00:15.403934+0000","last_in_change":"2024-02-18T01:59:43.281084+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-18T02:00:00.199576+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":"22","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"69dba651-502f-4e38-ae42-92f937632bf9","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.148:6800","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6801","nonce":3367947086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6803","nonce":3367947086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6807","nonce":3367947086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6805","nonce":3367947086}]},"public_addr":"172.21.15.148:6801/3367947086","cluster_addr":"172.21.15.148:6803/3367947086","heartbeat_back_addr":"172.21.15.148:6807/3367947086","heartbeat_front_addr":"172.21.15.148:6805/3367947086","state":["exists","up"]},{"osd":1,"uuid":"540ea848-c60d-4ec6-bf2a-bf186d3581d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6803","nonce":3894011074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6805","nonce":3894011074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6809","nonce":3894011074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6807","nonce":3894011074}]},"public_addr":"172.21.15.8:6803/3894011074","cluster_addr":"172.21.15.8:6805/3894011074","heartbeat_back_addr":"172.21.15.8:6809/3894011074","heartbeat_front_addr":"172.21.15.8:6807/3894011074","state":["exists","up"]},{"osd":2,"uuid":"f138ba3b-b87c-442a-a6f1-469c4e7dae17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6809","nonce":25862890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6811","nonce":25862890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6815","nonce":25862890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6813","nonce":25862890}]},"public_addr":"172.21.15.148:6809/25862890","cluster_addr":"172.21.15.148:6811/25862890","heartbeat_back_addr":"172.21.15.148:6815/25862890","heartbeat_front_addr":"172.21.15.148:6813/25862890","state":["exists","up"]},{"osd":3,"uuid":"083eca66-c617-4c01-ab69-6615916c0d0b","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.8:6810","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6811","nonce":49998218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6813","nonce":49998218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6817","nonce":49998218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6815","nonce":49998218}]},"public_addr":"172.21.15.8:6811/49998218","cluster_addr":"172.21.15.8:6813/49998218","heartbeat_back_addr":"172.21.15.8:6817/49998218","heartbeat_front_addr":"172.21.15.8:6815/49998218","state":["exists","up"]},{"osd":4,"uuid":"56a780b9-1e25-4a9c-9e5a-cc9fb258d94c","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.148:6816","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6817","nonce":2337998599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6819","nonce":2337998599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6823","nonce":2337998599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6821","nonce":2337998599}]},"public_addr":"172.21.15.148:6817/2337998599","cluster_addr":"172.21.15.148:6819/2337998599","heartbeat_back_addr":"172.21.15.148:6823/2337998599","heartbeat_front_addr":"172.21.15.148:6821/2337998599","state":["exists","up"]},{"osd":5,"uuid":"47df4cc5-ddac-4fcf-9e30-153469dae784","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6819","nonce":844632339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6821","nonce":844632339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6825","nonce":844632339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6823","nonce":844632339}]},"public_addr":"172.21.15.8:6819/844632339","cluster_addr":"172.21.15.8:6821/844632339","heartbeat_back_addr":"172.21.15.8:6825/844632339","heartbeat_front_addr":"172.21.15.8:6823/844632339","state":["exists","up"]},{"osd":6,"uuid":"dc52865a-3d64-4a0b-af7f-bd1a52bd712a","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.148:6824","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6825","nonce":942854360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6827","nonce":942854360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6831","nonce":942854360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6829","nonce":942854360}]},"public_addr":"172.21.15.148:6825/942854360","cluster_addr":"172.21.15.148:6827/942854360","heartbeat_back_addr":"172.21.15.148:6831/942854360","heartbeat_front_addr":"172.21.15.148:6829/942854360","state":["exists","up"]},{"osd":7,"uuid":"827093be-e160-4c2b-a4c8-524c74fcf918","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6827","nonce":3579761197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6829","nonce":3579761197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6833","nonce":3579761197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6831","nonce":3579761197}]},"public_addr":"172.21.15.8:6827/3579761197","cluster_addr":"172.21.15.8:6829/3579761197","heartbeat_back_addr":"172.21.15.8:6833/3579761197","heartbeat_front_addr":"172.21.15.8:6831/3579761197","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:55.149570+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:58.521715+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:58.391805+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:03.571061+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:02.274582+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:08.384791+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:05.946236+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:13.826564+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6801/2204931525":"2024-02-19T01:58:52.647315+0000","172.21.15.8:0/4222549526":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6801/1479351929":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/3898785223":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6800/2204931525":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6800/1479351929":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/1594818640":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/153452850":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/1736955990":"2024-02-19T01:57:44.020244+0000","172.21.15.8:0/3705243234":"2024-02-19T01:57:44.020244+0000","172.21.15.8:6800/733126292":"2024-02-19T01:57:44.020244+0000","172.21.15.8:6801/733126292":"2024-02-19T01:57:44.020244+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-18T02:00:23.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:22.667145+0000 mgr.smithi008.bqmuux (mgr.14182) 74 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:23.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:22.667145+0000 mgr.smithi008.bqmuux (mgr.14182) 74 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:23.510 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-18T02:00:00.199576+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': '22', '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_devicehealth': {}}}] 2024-02-18T02:00:23.511 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-18T02:00:23.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:23.002706+0000 mon.smithi008 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.8:0/2158591082' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:00:24.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:23.002706+0000 mon.smithi008 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.8:0/2158591082' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:00:24.106 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:25.332 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:24.105522+0000 mon.smithi008 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:25.332 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:24.106584+0000 mgr.smithi008.bqmuux (mgr.14182) 75 : cephadm [INF] Reconfiguring prometheus.smithi008 (dependencies changed)... 2024-02-18T02:00:25.332 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:24.110785+0000 mgr.smithi008.bqmuux (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon prometheus.smithi008 on smithi008 2024-02-18T02:00:25.332 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:24.667807+0000 mgr.smithi008.bqmuux (mgr.14182) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:25.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:24.105522+0000 mon.smithi008 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:25.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:24.106584+0000 mgr.smithi008.bqmuux (mgr.14182) 75 : cephadm [INF] Reconfiguring prometheus.smithi008 (dependencies changed)... 2024-02-18T02:00:25.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:24.110785+0000 mgr.smithi008.bqmuux (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon prometheus.smithi008 on smithi008 2024-02-18T02:00:25.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:24.667807+0000 mgr.smithi008.bqmuux (mgr.14182) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:25.873 INFO:teuthology.orchestra.run.smithi008.stdout:pg_num: 1 2024-02-18T02:00:26.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:25.877400+0000 mon.smithi008 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.8:0/1919838581' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-18T02:00:26.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:25.877400+0000 mon.smithi008 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.8:0/1919838581' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-18T02:00:26.769 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-18T02:00:26.769 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-18T02:00:26.770 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph mgr dump --format=json 2024-02-18T02:00:27.188 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:27.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:26.668245+0000 mgr.smithi008.bqmuux (mgr.14182) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:27.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:26.668245+0000 mgr.smithi008.bqmuux (mgr.14182) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:28.668 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:29.072 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi008.bqmuux","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6800","nonce":362938489},{"type":"v1","addr":"172.21.15.8:6801","nonce":362938489}]},"active_addr":"172.21.15.8:6801/362938489","active_change":"2024-02-18T01:58:52.647444+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi148.ueehun","mgr_features":4540138314316775423,"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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":{"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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","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":[]},"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_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_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":[]},"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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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_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":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"","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":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":"str","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":"None","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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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":{"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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","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":[]},"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_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_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":[]},"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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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_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":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"","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":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":"str","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":"None","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.8:8443/","prometheus":"http://172.21.15.8:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"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"]},"last_failure_osd_epoch":4,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":2722910252}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":2674108607}]}]} 2024-02-18T02:00:29.076 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-18T02:00:29.076 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-18T02:00:29.076 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T02:00:29.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:28.302974+0000 mon.smithi008 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:29.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:28.303780+0000 mgr.smithi008.bqmuux (mgr.14182) 79 : cephadm [INF] Reconfiguring crash.smithi148 (monmap changed)... 2024-02-18T02:00:29.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:28.304054+0000 mon.smithi008 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:00:29.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:28.304816+0000 mon.smithi008 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:29.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:28.305400+0000 mgr.smithi008.bqmuux (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon crash.smithi148 on smithi148 2024-02-18T02:00:29.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:28.667518+0000 mon.smithi008 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.8:0/2260909457' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-18T02:00:29.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:28.668570+0000 mgr.smithi008.bqmuux (mgr.14182) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:29.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:29.199820+0000 mon.smithi008 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:29.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:29.200785+0000 mon.smithi008 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.ueehun", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:00:29.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:29.201507+0000 mon.smithi008 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:00:29.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:29.202079+0000 mon.smithi008 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:29.385 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:29.570 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:28.302974+0000 mon.smithi008 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:29.570 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:28.303780+0000 mgr.smithi008.bqmuux (mgr.14182) 79 : cephadm [INF] Reconfiguring crash.smithi148 (monmap changed)... 2024-02-18T02:00:29.570 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:28.304054+0000 mon.smithi008 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:00:29.570 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:28.304816+0000 mon.smithi008 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:29.570 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:28.305400+0000 mgr.smithi008.bqmuux (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon crash.smithi148 on smithi148 2024-02-18T02:00:29.571 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:28.667518+0000 mon.smithi008 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.8:0/2260909457' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-18T02:00:29.571 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:28.668570+0000 mgr.smithi008.bqmuux (mgr.14182) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:29.571 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:29.199820+0000 mon.smithi008 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:29.571 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:29.200785+0000 mon.smithi008 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.ueehun", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:00:29.571 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:29.201507+0000 mon.smithi008 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:00:29.571 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:29.202079+0000 mon.smithi008 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:30.559 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:29.200484+0000 mgr.smithi008.bqmuux (mgr.14182) 82 : cephadm [INF] Reconfiguring mgr.smithi148.ueehun (monmap changed)... 2024-02-18T02:00:30.560 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:29.202625+0000 mgr.smithi008.bqmuux (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi148.ueehun on smithi148 2024-02-18T02:00:30.560 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.123199+0000 mon.smithi008 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:30.560 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.124091+0000 mon.smithi008 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:00:30.560 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.124828+0000 mon.smithi008 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T02:00:30.560 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.125476+0000 mon.smithi008 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:30.568 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:30.568 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":36,"fsid":"f82c32f8-ce00-11ee-95ba-87774f69a715","created":"2024-02-18T01:57:19.804872+0000","modified":"2024-02-18T02:00:17.412012+0000","last_up_change":"2024-02-18T02:00:15.403934+0000","last_in_change":"2024-02-18T01:59:43.281084+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-18T02:00:00.199576+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":"22","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"69dba651-502f-4e38-ae42-92f937632bf9","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.148:6800","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6801","nonce":3367947086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6803","nonce":3367947086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6807","nonce":3367947086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6805","nonce":3367947086}]},"public_addr":"172.21.15.148:6801/3367947086","cluster_addr":"172.21.15.148:6803/3367947086","heartbeat_back_addr":"172.21.15.148:6807/3367947086","heartbeat_front_addr":"172.21.15.148:6805/3367947086","state":["exists","up"]},{"osd":1,"uuid":"540ea848-c60d-4ec6-bf2a-bf186d3581d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6803","nonce":3894011074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6805","nonce":3894011074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6809","nonce":3894011074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6807","nonce":3894011074}]},"public_addr":"172.21.15.8:6803/3894011074","cluster_addr":"172.21.15.8:6805/3894011074","heartbeat_back_addr":"172.21.15.8:6809/3894011074","heartbeat_front_addr":"172.21.15.8:6807/3894011074","state":["exists","up"]},{"osd":2,"uuid":"f138ba3b-b87c-442a-a6f1-469c4e7dae17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6809","nonce":25862890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6811","nonce":25862890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6815","nonce":25862890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6813","nonce":25862890}]},"public_addr":"172.21.15.148:6809/25862890","cluster_addr":"172.21.15.148:6811/25862890","heartbeat_back_addr":"172.21.15.148:6815/25862890","heartbeat_front_addr":"172.21.15.148:6813/25862890","state":["exists","up"]},{"osd":3,"uuid":"083eca66-c617-4c01-ab69-6615916c0d0b","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.8:6810","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6811","nonce":49998218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6813","nonce":49998218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6817","nonce":49998218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6815","nonce":49998218}]},"public_addr":"172.21.15.8:6811/49998218","cluster_addr":"172.21.15.8:6813/49998218","heartbeat_back_addr":"172.21.15.8:6817/49998218","heartbeat_front_addr":"172.21.15.8:6815/49998218","state":["exists","up"]},{"osd":4,"uuid":"56a780b9-1e25-4a9c-9e5a-cc9fb258d94c","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.148:6816","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6817","nonce":2337998599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6819","nonce":2337998599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6823","nonce":2337998599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6821","nonce":2337998599}]},"public_addr":"172.21.15.148:6817/2337998599","cluster_addr":"172.21.15.148:6819/2337998599","heartbeat_back_addr":"172.21.15.148:6823/2337998599","heartbeat_front_addr":"172.21.15.148:6821/2337998599","state":["exists","up"]},{"osd":5,"uuid":"47df4cc5-ddac-4fcf-9e30-153469dae784","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6819","nonce":844632339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6821","nonce":844632339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6825","nonce":844632339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6823","nonce":844632339}]},"public_addr":"172.21.15.8:6819/844632339","cluster_addr":"172.21.15.8:6821/844632339","heartbeat_back_addr":"172.21.15.8:6825/844632339","heartbeat_front_addr":"172.21.15.8:6823/844632339","state":["exists","up"]},{"osd":6,"uuid":"dc52865a-3d64-4a0b-af7f-bd1a52bd712a","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.148:6824","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6825","nonce":942854360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6827","nonce":942854360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6831","nonce":942854360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6829","nonce":942854360}]},"public_addr":"172.21.15.148:6825/942854360","cluster_addr":"172.21.15.148:6827/942854360","heartbeat_back_addr":"172.21.15.148:6831/942854360","heartbeat_front_addr":"172.21.15.148:6829/942854360","state":["exists","up"]},{"osd":7,"uuid":"827093be-e160-4c2b-a4c8-524c74fcf918","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6827","nonce":3579761197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6829","nonce":3579761197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6833","nonce":3579761197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6831","nonce":3579761197}]},"public_addr":"172.21.15.8:6827/3579761197","cluster_addr":"172.21.15.8:6829/3579761197","heartbeat_back_addr":"172.21.15.8:6833/3579761197","heartbeat_front_addr":"172.21.15.8:6831/3579761197","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:55.149570+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:58.521715+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:58.391805+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:03.571061+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:02.274582+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:08.384791+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:05.946236+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:13.826564+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6801/2204931525":"2024-02-19T01:58:52.647315+0000","172.21.15.8:0/4222549526":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6801/1479351929":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/3898785223":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6800/2204931525":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6800/1479351929":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/1594818640":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/153452850":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/1736955990":"2024-02-19T01:57:44.020244+0000","172.21.15.8:0/3705243234":"2024-02-19T01:57:44.020244+0000","172.21.15.8:6800/733126292":"2024-02-19T01:57:44.020244+0000","172.21.15.8:6801/733126292":"2024-02-19T01:57:44.020244+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-18T02:00:30.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:29.200484+0000 mgr.smithi008.bqmuux (mgr.14182) 82 : cephadm [INF] Reconfiguring mgr.smithi148.ueehun (monmap changed)... 2024-02-18T02:00:30.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:29.202625+0000 mgr.smithi008.bqmuux (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi148.ueehun on smithi148 2024-02-18T02:00:30.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.123199+0000 mon.smithi008 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:30.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.124091+0000 mon.smithi008 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:00:30.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.124828+0000 mon.smithi008 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T02:00:30.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.125476+0000 mon.smithi008 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:30.973 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-18T02:00:30.973 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T02:00:31.294 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:31.480 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:30.123848+0000 mgr.smithi008.bqmuux (mgr.14182) 84 : cephadm [INF] Reconfiguring mon.smithi148 (monmap changed)... 2024-02-18T02:00:31.480 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:30.126112+0000 mgr.smithi008.bqmuux (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon mon.smithi148 on smithi148 2024-02-18T02:00:31.480 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.571400+0000 mon.smithi008 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.8:0/3357802218' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:00:31.480 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:30.669013+0000 mgr.smithi008.bqmuux (mgr.14182) 86 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.983121+0000 mon.smithi008 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.986445+0000 mon.smithi008 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.988257+0000 mon.smithi008 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008:9093"}]: dispatch 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.993163+0000 mon.smithi008 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.002095+0000 mon.smithi008 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.005232+0000 mon.smithi008 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008:3000"}]: dispatch 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.010821+0000 mon.smithi008 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.018543+0000 mon.smithi008 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.022103+0000 mon.smithi008 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008:9095"}]: dispatch 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.027283+0000 mon.smithi008 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:31.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.030570+0000 mon.smithi008 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:00:31.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:30.123848+0000 mgr.smithi008.bqmuux (mgr.14182) 84 : cephadm [INF] Reconfiguring mon.smithi148 (monmap changed)... 2024-02-18T02:00:31.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:30.126112+0000 mgr.smithi008.bqmuux (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon mon.smithi148 on smithi148 2024-02-18T02:00:31.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.571400+0000 mon.smithi008 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.8:0/3357802218' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:00:31.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:30.669013+0000 mgr.smithi008.bqmuux (mgr.14182) 86 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:31.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.983121+0000 mon.smithi008 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.986445+0000 mon.smithi008 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.988257+0000 mon.smithi008 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008:9093"}]: dispatch 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.993163+0000 mon.smithi008 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.002095+0000 mon.smithi008 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.005232+0000 mon.smithi008 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008:3000"}]: dispatch 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.010821+0000 mon.smithi008 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.018543+0000 mon.smithi008 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.022103+0000 mon.smithi008 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008:9095"}]: dispatch 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.027283+0000 mon.smithi008 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:31.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.030570+0000 mon.smithi008 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:00:32.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.987039+0000 mgr.smithi008.bqmuux (mgr.14182) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T02:00:32.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:30.988590+0000 mgr.smithi008.bqmuux (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008:9093"}]: dispatch 2024-02-18T02:00:32.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.002517+0000 mgr.smithi008.bqmuux (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T02:00:32.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.005706+0000 mgr.smithi008.bqmuux (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008:3000"}]: dispatch 2024-02-18T02:00:32.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.018983+0000 mgr.smithi008.bqmuux (mgr.14182) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T02:00:32.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:31.022527+0000 mgr.smithi008.bqmuux (mgr.14182) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008:9095"}]: dispatch 2024-02-18T02:00:32.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:32.285126+0000 mon.smithi008 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.987039+0000 mgr.smithi008.bqmuux (mgr.14182) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T02:00:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:30.988590+0000 mgr.smithi008.bqmuux (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008:9093"}]: dispatch 2024-02-18T02:00:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.002517+0000 mgr.smithi008.bqmuux (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T02:00:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.005706+0000 mgr.smithi008.bqmuux (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008:3000"}]: dispatch 2024-02-18T02:00:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.018983+0000 mgr.smithi008.bqmuux (mgr.14182) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T02:00:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:31.022527+0000 mgr.smithi008.bqmuux (mgr.14182) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008:9095"}]: dispatch 2024-02-18T02:00:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:32.285126+0000 mon.smithi008 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:33.230 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:00:33.230 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":36,"fsid":"f82c32f8-ce00-11ee-95ba-87774f69a715","created":"2024-02-18T01:57:19.804872+0000","modified":"2024-02-18T02:00:17.412012+0000","last_up_change":"2024-02-18T02:00:15.403934+0000","last_in_change":"2024-02-18T01:59:43.281084+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-18T02:00:00.199576+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":"22","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"69dba651-502f-4e38-ae42-92f937632bf9","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.148:6800","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6801","nonce":3367947086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6803","nonce":3367947086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6807","nonce":3367947086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3367947086},{"type":"v1","addr":"172.21.15.148:6805","nonce":3367947086}]},"public_addr":"172.21.15.148:6801/3367947086","cluster_addr":"172.21.15.148:6803/3367947086","heartbeat_back_addr":"172.21.15.148:6807/3367947086","heartbeat_front_addr":"172.21.15.148:6805/3367947086","state":["exists","up"]},{"osd":1,"uuid":"540ea848-c60d-4ec6-bf2a-bf186d3581d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6803","nonce":3894011074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6805","nonce":3894011074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6809","nonce":3894011074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3894011074},{"type":"v1","addr":"172.21.15.8:6807","nonce":3894011074}]},"public_addr":"172.21.15.8:6803/3894011074","cluster_addr":"172.21.15.8:6805/3894011074","heartbeat_back_addr":"172.21.15.8:6809/3894011074","heartbeat_front_addr":"172.21.15.8:6807/3894011074","state":["exists","up"]},{"osd":2,"uuid":"f138ba3b-b87c-442a-a6f1-469c4e7dae17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6809","nonce":25862890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6811","nonce":25862890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6815","nonce":25862890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":25862890},{"type":"v1","addr":"172.21.15.148:6813","nonce":25862890}]},"public_addr":"172.21.15.148:6809/25862890","cluster_addr":"172.21.15.148:6811/25862890","heartbeat_back_addr":"172.21.15.148:6815/25862890","heartbeat_front_addr":"172.21.15.148:6813/25862890","state":["exists","up"]},{"osd":3,"uuid":"083eca66-c617-4c01-ab69-6615916c0d0b","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.8:6810","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6811","nonce":49998218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6813","nonce":49998218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6817","nonce":49998218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":49998218},{"type":"v1","addr":"172.21.15.8:6815","nonce":49998218}]},"public_addr":"172.21.15.8:6811/49998218","cluster_addr":"172.21.15.8:6813/49998218","heartbeat_back_addr":"172.21.15.8:6817/49998218","heartbeat_front_addr":"172.21.15.8:6815/49998218","state":["exists","up"]},{"osd":4,"uuid":"56a780b9-1e25-4a9c-9e5a-cc9fb258d94c","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.148:6816","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6817","nonce":2337998599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6819","nonce":2337998599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6823","nonce":2337998599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":2337998599},{"type":"v1","addr":"172.21.15.148:6821","nonce":2337998599}]},"public_addr":"172.21.15.148:6817/2337998599","cluster_addr":"172.21.15.148:6819/2337998599","heartbeat_back_addr":"172.21.15.148:6823/2337998599","heartbeat_front_addr":"172.21.15.148:6821/2337998599","state":["exists","up"]},{"osd":5,"uuid":"47df4cc5-ddac-4fcf-9e30-153469dae784","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6819","nonce":844632339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6821","nonce":844632339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6825","nonce":844632339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":844632339},{"type":"v1","addr":"172.21.15.8:6823","nonce":844632339}]},"public_addr":"172.21.15.8:6819/844632339","cluster_addr":"172.21.15.8:6821/844632339","heartbeat_back_addr":"172.21.15.8:6825/844632339","heartbeat_front_addr":"172.21.15.8:6823/844632339","state":["exists","up"]},{"osd":6,"uuid":"dc52865a-3d64-4a0b-af7f-bd1a52bd712a","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.148:6824","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6825","nonce":942854360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6827","nonce":942854360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6831","nonce":942854360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":942854360},{"type":"v1","addr":"172.21.15.148:6829","nonce":942854360}]},"public_addr":"172.21.15.148:6825/942854360","cluster_addr":"172.21.15.148:6827/942854360","heartbeat_back_addr":"172.21.15.148:6831/942854360","heartbeat_front_addr":"172.21.15.148:6829/942854360","state":["exists","up"]},{"osd":7,"uuid":"827093be-e160-4c2b-a4c8-524c74fcf918","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6827","nonce":3579761197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6829","nonce":3579761197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6833","nonce":3579761197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":3579761197},{"type":"v1","addr":"172.21.15.8:6831","nonce":3579761197}]},"public_addr":"172.21.15.8:6827/3579761197","cluster_addr":"172.21.15.8:6829/3579761197","heartbeat_back_addr":"172.21.15.8:6833/3579761197","heartbeat_front_addr":"172.21.15.8:6831/3579761197","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:55.149570+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:58.521715+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:59:58.391805+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:03.571061+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:02.274582+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:08.384791+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:05.946236+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T02:00:13.826564+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6801/2204931525":"2024-02-19T01:58:52.647315+0000","172.21.15.8:0/4222549526":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6801/1479351929":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/3898785223":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6800/2204931525":"2024-02-19T01:58:52.647315+0000","172.21.15.8:6800/1479351929":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/1594818640":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/153452850":"2024-02-19T01:58:11.109205+0000","172.21.15.8:0/1736955990":"2024-02-19T01:57:44.020244+0000","172.21.15.8:0/3705243234":"2024-02-19T01:57:44.020244+0000","172.21.15.8:6800/733126292":"2024-02-19T01:57:44.020244+0000","172.21.15.8:6801/733126292":"2024-02-19T01:57:44.020244+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-18T02:00:33.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:32.669521+0000 mgr.smithi008.bqmuux (mgr.14182) 93 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:33.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:33.233362+0000 mon.smithi008 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.8:0/711655263' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:00:33.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:32.669521+0000 mgr.smithi008.bqmuux (mgr.14182) 93 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:33.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:33.233362+0000 mon.smithi008 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.8:0/711655263' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:00:33.788 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-18T02:00:34.207 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:35.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:34.669871+0000 mgr.smithi008.bqmuux (mgr.14182) 94 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:35.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:34.669871+0000 mgr.smithi008.bqmuux (mgr.14182) 94 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:35.824 INFO:teuthology.orchestra.run.smithi008.stdout:68719476746 2024-02-18T02:00:35.825 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:35.040444+0000 mgr.smithi008.bqmuux (mgr.14182) 95 : cephadm [INF] Detected new or changed devices on smithi148 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:35.046654+0000 mon.smithi008 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:35.332178+0000 mon.smithi008 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:35.332901+0000 mon.smithi008 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:35.333519+0000 mon.smithi008 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:35.334092+0000 mon.smithi008 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:35.334567+0000 mgr.smithi008.bqmuux (mgr.14182) 96 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3990M 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:35.338521+0000 mon.smithi008 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:36.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:35.416458+0000 mon.smithi008 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:36.413 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:35.040444+0000 mgr.smithi008.bqmuux (mgr.14182) 95 : cephadm [INF] Detected new or changed devices on smithi148 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:35.046654+0000 mon.smithi008 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:35.332178+0000 mon.smithi008 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:35.332901+0000 mon.smithi008 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:35.333519+0000 mon.smithi008 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:35.334092+0000 mon.smithi008 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:35.334567+0000 mgr.smithi008.bqmuux (mgr.14182) 96 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3990M 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:35.338521+0000 mon.smithi008 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:36.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:35.416458+0000 mon.smithi008 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:37.322 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:36.670283+0000 mgr.smithi008.bqmuux (mgr.14182) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:37.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:36.670283+0000 mgr.smithi008.bqmuux (mgr.14182) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:38.252 INFO:teuthology.orchestra.run.smithi008.stdout:81604378633 2024-02-18T02:00:38.252 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-18T02:00:38.565 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:39.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:38.670645+0000 mgr.smithi008.bqmuux (mgr.14182) 98 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:39.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:38.670645+0000 mgr.smithi008.bqmuux (mgr.14182) 98 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:40.369 INFO:teuthology.orchestra.run.smithi008.stdout:81604378635 2024-02-18T02:00:40.369 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-18T02:00:41.069 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:39.942914+0000 mgr.smithi008.bqmuux (mgr.14182) 99 : cephadm [INF] Detected new or changed devices on smithi008 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:39.949093+0000 mon.smithi008 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.292489+0000 mon.smithi008 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.293553+0000 mon.smithi008 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.294228+0000 mon.smithi008 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.294837+0000 mon.smithi008 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.295434+0000 mon.smithi008 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:00:40.295892+0000 mgr.smithi008.bqmuux (mgr.14182) 100 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 3223M 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.299279+0000 mon.smithi008 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.300170+0000 mon.smithi008 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:41.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.300922+0000 mon.smithi008 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:00:41.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.305010+0000 mon.smithi008 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:41.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.308889+0000 mon.smithi008 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:00:41.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.311947+0000 mon.smithi008 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:00:41.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.312955+0000 mon.smithi008 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:00:41.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.313213+0000 mon.smithi008 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:41.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:40.313738+0000 mon.smithi008 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:41.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:40.671041+0000 mgr.smithi008.bqmuux (mgr.14182) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:41.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:39.942914+0000 mgr.smithi008.bqmuux (mgr.14182) 99 : cephadm [INF] Detected new or changed devices on smithi008 2024-02-18T02:00:41.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:39.949093+0000 mon.smithi008 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:41.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.292489+0000 mon.smithi008 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:41.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.293553+0000 mon.smithi008 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.294228+0000 mon.smithi008 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.294837+0000 mon.smithi008 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.295434+0000 mon.smithi008 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:00:40.295892+0000 mgr.smithi008.bqmuux (mgr.14182) 100 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 3223M 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.299279+0000 mon.smithi008 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.300170+0000 mon.smithi008 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.300922+0000 mon.smithi008 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.305010+0000 mon.smithi008 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.308889+0000 mon.smithi008 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.311947+0000 mon.smithi008 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.312955+0000 mon.smithi008 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.313213+0000 mon.smithi008 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:41.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:40.313738+0000 mon.smithi008 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:41.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:40.671041+0000 mgr.smithi008.bqmuux (mgr.14182) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:42.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:42.671360+0000 mgr.smithi008.bqmuux (mgr.14182) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:42.671360+0000 mgr.smithi008.bqmuux (mgr.14182) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:43.036 INFO:teuthology.orchestra.run.smithi008.stdout:103079215113 2024-02-18T02:00:43.037 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-18T02:00:43.513 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:45.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:44.671692+0000 mgr.smithi008.bqmuux (mgr.14182) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:45.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:44.671692+0000 mgr.smithi008.bqmuux (mgr.14182) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:45.409 INFO:teuthology.orchestra.run.smithi008.stdout:98784247818 2024-02-18T02:00:45.410 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-18T02:00:45.719 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:47.470 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:46.140029+0000 mon.smithi008 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:47.470 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:46.672037+0000 mgr.smithi008.bqmuux (mgr.14182) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:47.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:46.140029+0000 mon.smithi008 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:47.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:46.672037+0000 mgr.smithi008.bqmuux (mgr.14182) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:47.641 INFO:teuthology.orchestra.run.smithi008.stdout:128849018891 2024-02-18T02:00:47.643 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-18T02:00:48.001 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:49.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:48.672401+0000 mgr.smithi008.bqmuux (mgr.14182) 105 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:49.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:48.672401+0000 mgr.smithi008.bqmuux (mgr.14182) 105 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:50.020 INFO:teuthology.orchestra.run.smithi008.stdout:115964117002 2024-02-18T02:00:50.021 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-18T02:00:50.338 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:50.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:49.116101+0000 mon.smithi008 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:50.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:49.118359+0000 mon.smithi008 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:00:50.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:49.116101+0000 mon.smithi008 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:50.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:49.118359+0000 mon.smithi008 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:00:51.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:50.489904+0000 mon.smithi008 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:51.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:50.672719+0000 mgr.smithi008.bqmuux (mgr.14182) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:51.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:50.489904+0000 mon.smithi008 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:51.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:50.672719+0000 mgr.smithi008.bqmuux (mgr.14182) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:52.108 INFO:teuthology.orchestra.run.smithi008.stdout:146028888075 2024-02-18T02:00:52.108 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-18T02:00:52.654 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:53.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:52.673092+0000 mgr.smithi008.bqmuux (mgr.14182) 107 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:53.041 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:52.673092+0000 mgr.smithi008.bqmuux (mgr.14182) 107 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:54.230 INFO:teuthology.orchestra.run.smithi008.stdout:68719476749 2024-02-18T02:00:54.628 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2024-02-18T02:00:54.628 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-18T02:00:54.928 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:55.107 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:53.857259+0000 mon.smithi008 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:55.107 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:53.858340+0000 mon.smithi008 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:55.107 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:53.859115+0000 mon.smithi008 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:00:55.107 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:53.863886+0000 mon.smithi008 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:55.107 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:53.867766+0000 mon.smithi008 (mon.0) 559 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:00:55.107 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:54.234631+0000 mon.smithi008 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.8:0/1069643698' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-18T02:00:55.107 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:54.673467+0000 mgr.smithi008.bqmuux (mgr.14182) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:53.857259+0000 mon.smithi008 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:53.858340+0000 mon.smithi008 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:00:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:53.859115+0000 mon.smithi008 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:00:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:53.863886+0000 mon.smithi008 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:00:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:53.867766+0000 mon.smithi008 (mon.0) 559 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:00:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:54.234631+0000 mon.smithi008 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.8:0/1069643698' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-18T02:00:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:54.673467+0000 mgr.smithi008.bqmuux (mgr.14182) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:56.133 INFO:teuthology.orchestra.run.smithi008.stdout:81604378636 2024-02-18T02:00:56.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:56.136727+0000 mon.smithi008 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.8:0/1739949855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-18T02:00:56.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:56.136727+0000 mon.smithi008 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.8:0/1739949855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-18T02:00:56.511 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378636 for osd.1 2024-02-18T02:00:56.512 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-18T02:00:56.815 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:57.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:56.673817+0000 mgr.smithi008.bqmuux (mgr.14182) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:57.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:56.673817+0000 mgr.smithi008.bqmuux (mgr.14182) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:58.211 INFO:teuthology.orchestra.run.smithi008.stdout:81604378639 2024-02-18T02:00:58.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:00:58.214707+0000 mon.smithi008 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.8:0/3987024829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-18T02:00:58.610 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378635 got 81604378639 for osd.2 2024-02-18T02:00:58.611 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-18T02:00:58.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:00:58.214707+0000 mon.smithi008 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.8:0/3987024829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-18T02:00:58.910 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:00:59.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:00:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:00:58.674148+0000 mgr.smithi008.bqmuux (mgr.14182) 110 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:00:59.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:00:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:00:58.674148+0000 mgr.smithi008.bqmuux (mgr.14182) 110 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:00.208 INFO:teuthology.orchestra.run.smithi008.stdout:103079215116 2024-02-18T02:01:00.501 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:00.211923+0000 mon.smithi008 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.8:0/135785210' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-18T02:01:00.595 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215113 got 103079215116 for osd.3 2024-02-18T02:01:00.595 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-18T02:01:00.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:00.211923+0000 mon.smithi008 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.8:0/135785210' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-18T02:01:00.898 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:01:01.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:00.674517+0000 mgr.smithi008.bqmuux (mgr.14182) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:01.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:00.674517+0000 mgr.smithi008.bqmuux (mgr.14182) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:02.204 INFO:teuthology.orchestra.run.smithi008.stdout:98784247821 2024-02-18T02:01:02.568 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:02.207824+0000 mon.smithi008 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.8:0/1433337475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-18T02:01:02.636 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247818 got 98784247821 for osd.4 2024-02-18T02:01:02.636 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-18T02:01:02.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:02.207824+0000 mon.smithi008 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.8:0/1433337475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-18T02:01:02.940 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:01:03.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:02.674897+0000 mgr.smithi008.bqmuux (mgr.14182) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:03.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:02.674897+0000 mgr.smithi008.bqmuux (mgr.14182) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:04.150 INFO:teuthology.orchestra.run.smithi008.stdout:128849018894 2024-02-18T02:01:04.535 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:04.154283+0000 mon.smithi008 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.8:0/1668237987' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-18T02:01:04.594 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018891 got 128849018894 for osd.5 2024-02-18T02:01:04.594 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-18T02:01:04.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:04.154283+0000 mon.smithi008 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.8:0/1668237987' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-18T02:01:04.898 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:01:05.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:04.675264+0000 mgr.smithi008.bqmuux (mgr.14182) 113 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:05.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:04.675264+0000 mgr.smithi008.bqmuux (mgr.14182) 113 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:06.192 INFO:teuthology.orchestra.run.smithi008.stdout:115964117005 2024-02-18T02:01:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:06.196760+0000 mon.smithi008 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.8:0/2256243820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-18T02:01:06.643 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117002 got 115964117005 for osd.6 2024-02-18T02:01:06.644 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-18T02:01:06.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:06.196760+0000 mon.smithi008 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.8:0/2256243820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-18T02:01:06.950 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:01:07.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:06.675718+0000 mgr.smithi008.bqmuux (mgr.14182) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:07.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:06.675718+0000 mgr.smithi008.bqmuux (mgr.14182) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:08.491 INFO:teuthology.orchestra.run.smithi008.stdout:146028888078 2024-02-18T02:01:08.783 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:08.495953+0000 mon.smithi008 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.8:0/1417157364' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-18T02:01:08.893 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888075 got 146028888078 for osd.7 2024-02-18T02:01:08.893 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-18T02:01:08.893 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-18T02:01:09.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:08.495953+0000 mon.smithi008 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.8:0/1417157364' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-18T02:01:09.199 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:01:09.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:08.676078+0000 mgr.smithi008.bqmuux (mgr.14182) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:10.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:08.676078+0000 mgr.smithi008.bqmuux (mgr.14182) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:10.406 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:01:10.408 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-02-18T02:01:10.801 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":93,"stamp":"2024-02-18T02:01:08.675915+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":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":2379580,"kb_used_data":2812,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548868,"statfs":{"total":767926730752,"available":765490040832,"internally_reserved":0,"allocated":2879488,"data_stored":1127477,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":36,"state":"active+clean","last_fresh":"2024-02-18T02:00:18.118962+0000","last_change":"2024-02-18T02:00:18.118962+0000","last_active":"2024-02-18T02:00:18.118962+0000","last_peered":"2024-02-18T02:00:18.118962+0000","last_clean":"2024-02-18T02:00:18.118962+0000","last_became_active":"2024-02-18T02:00:18.118551+0000","last_became_peered":"2024-02-18T02:00:18.118551+0000","last_unstale":"2024-02-18T02:00:18.118962+0000","last_undegraded":"2024-02-18T02:00:18.118962+0000","last_fullsized":"2024-02-18T02:00:18.118962+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-18T02:00:00.710146+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-18T02:00:00.710146+0000","last_clean_scrub_stamp":"2024-02-18T02:00:00.710146+0000","log_size":0,"ondisk_log_size":0,"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,"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},"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":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":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888078,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":140659,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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.60099999999999998}]},{"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.40999999999999998}]},{"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.53300000000000003}]},{"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.42899999999999999}]},{"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.65500000000000003}]},{"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.78500000000000003}]},{"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.61199999999999999}]}]},{"osd":5,"up_from":30,"seq":128849018895,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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.66200000000000003}]},{"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.45300000000000001}]},{"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.53800000000000003}]},{"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.40100000000000002}]},{"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":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.60899999999999999}]},{"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.621}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Feb 18 02:01:01 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.67500000000000004}]},{"osd":2,"last update":"Sun Feb 18 02:01:01 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.59999999999999998}]},{"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.41399999999999998}]},{"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.61899999999999999}]},{"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.498}]},{"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.59099999999999997}]},{"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.53900000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476753,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Feb 18 02:01:01 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.54800000000000004}]},{"osd":2,"last update":"Sun Feb 18 02:01:01 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.34200000000000003}]},{"osd":3,"last update":"Sun Feb 18 02:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.56499999999999995}]},{"osd":4,"last update":"Sun Feb 18 02:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.41199999999999998}]},{"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.50900000000000001}]},{"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.442}]},{"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.63700000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378641,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Feb 18 02:00:59 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.37}]},{"osd":1,"last update":"Sun Feb 18 02:00:59 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.504},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.52100000000000002}]},{"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.48099999999999998}]},{"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.60699999999999998}]},{"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.57399999999999995}]},{"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.65000000000000002}]},{"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.625}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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.60699999999999998}]},{"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.505}]},{"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.40000000000000002}]},{"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.52900000000000003}]},{"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.56000000000000005}]},{"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.56899999999999995}]},{"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.66100000000000003}]}]},{"osd":3,"up_from":24,"seq":103079215118,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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.47699999999999998}]},{"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.41599999999999998}]},{"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.61799999999999999}]},{"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.437}]},{"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.58099999999999996}]},{"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.65100000000000002}]},{"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.874}]}]},{"osd":6,"up_from":27,"seq":115964117006,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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.52500000000000002}]},{"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.58799999999999997}]},{"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.626}]},{"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.68799999999999994}]},{"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.73299999999999998}]},{"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.88}]},{"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.77200000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":3,"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},{"poolid":1,"osd":7,"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}]}} 2024-02-18T02:01:10.803 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-18T02:01:11.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:10.408328+0000 mgr.smithi008.bqmuux (mgr.14182) 116 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:01:11.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:10.676540+0000 mgr.smithi008.bqmuux (mgr.14182) 117 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:11.106 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:01:11.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:10.408328+0000 mgr.smithi008.bqmuux (mgr.14182) 116 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:01:11.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:10.676540+0000 mgr.smithi008.bqmuux (mgr.14182) 117 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:12.378 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:01:12.380 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-02-18T02:01:12.775 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":94,"stamp":"2024-02-18T02:01:10.676335+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":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":2379580,"kb_used_data":2812,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548868,"statfs":{"total":767926730752,"available":765490040832,"internally_reserved":0,"allocated":2879488,"data_stored":1127477,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":36,"state":"active+clean","last_fresh":"2024-02-18T02:00:18.118962+0000","last_change":"2024-02-18T02:00:18.118962+0000","last_active":"2024-02-18T02:00:18.118962+0000","last_peered":"2024-02-18T02:00:18.118962+0000","last_clean":"2024-02-18T02:00:18.118962+0000","last_became_active":"2024-02-18T02:00:18.118551+0000","last_became_peered":"2024-02-18T02:00:18.118551+0000","last_unstale":"2024-02-18T02:00:18.118962+0000","last_undegraded":"2024-02-18T02:00:18.118962+0000","last_fullsized":"2024-02-18T02:00:18.118962+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-18T02:00:00.710146+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-18T02:00:00.710146+0000","last_clean_scrub_stamp":"2024-02-18T02:00:00.710146+0000","log_size":0,"ondisk_log_size":0,"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,"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},"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":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":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888078,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":140659,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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.60099999999999998}]},{"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.40999999999999998}]},{"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.53300000000000003}]},{"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.42899999999999999}]},{"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.65500000000000003}]},{"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.78500000000000003}]},{"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.61199999999999999}]}]},{"osd":5,"up_from":30,"seq":128849018895,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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.66200000000000003}]},{"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.45300000000000001}]},{"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.53800000000000003}]},{"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.40100000000000002}]},{"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":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.60899999999999999}]},{"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.621}]}]},{"osd":1,"up_from":19,"seq":81604378640,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Feb 18 02:01:01 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.72699999999999998}]},{"osd":2,"last update":"Sun Feb 18 02:01:01 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.67000000000000004}]},{"osd":3,"last update":"Sun Feb 18 02:01:07 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.60299999999999998}]},{"osd":4,"last update":"Sun Feb 18 02:01:07 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.82599999999999996}]},{"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.65400000000000003}]},{"osd":6,"last update":"Sun Feb 18 02:01:07 2024","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.875}]},{"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.90500000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476753,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Feb 18 02:01:01 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.54800000000000004}]},{"osd":2,"last update":"Sun Feb 18 02:01:01 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.34200000000000003}]},{"osd":3,"last update":"Sun Feb 18 02:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.56499999999999995}]},{"osd":4,"last update":"Sun Feb 18 02:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.41199999999999998}]},{"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.50900000000000001}]},{"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.442}]},{"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.63700000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378641,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Feb 18 02:00:59 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.37}]},{"osd":1,"last update":"Sun Feb 18 02:00:59 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.504},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.52100000000000002}]},{"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.48099999999999998}]},{"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.60699999999999998}]},{"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.57399999999999995}]},{"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.65000000000000002}]},{"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.625}]}]},{"osd":4,"up_from":23,"seq":98784247823,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Feb 18 02:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.503},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.54000000000000004}]},{"osd":1,"last update":"Sun Feb 18 02:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.67600000000000005}]},{"osd":2,"last update":"Sun Feb 18 02:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.59499999999999997}]},{"osd":3,"last update":"Sun Feb 18 02:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.72099999999999997}]},{"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.69299999999999995}]},{"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.56299999999999994}]},{"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.79800000000000004}]}]},{"osd":3,"up_from":24,"seq":103079215119,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sun Feb 18 02:01:07 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.745},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.1850000000000001,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.72099999999999997}]},{"osd":1,"last update":"Sun Feb 18 02:01:07 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.47899999999999998}]},{"osd":2,"last update":"Sun Feb 18 02:01:07 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.77100000000000002}]},{"osd":4,"last update":"Sun Feb 18 02:01:07 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.0109999999999999,"5min":1.0109999999999999,"15min":1.0109999999999999},"last":0.67600000000000005}]},{"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.57899999999999996}]},{"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.82099999999999995}]},{"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.77600000000000002}]}]},{"osd":6,"up_from":27,"seq":115964117006,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":140974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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.52500000000000002}]},{"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.58799999999999997}]},{"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.626}]},{"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.68799999999999994}]},{"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.73299999999999998}]},{"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.88}]},{"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.77200000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":3,"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},{"poolid":1,"osd":7,"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}]}} 2024-02-18T02:01:12.776 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-18T02:01:12.776 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-18T02:01:12.776 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-18T02:01:12.776 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph health --format=json 2024-02-18T02:01:13.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:12.380377+0000 mgr.smithi008.bqmuux (mgr.14182) 118 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:01:13.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:12.677083+0000 mgr.smithi008.bqmuux (mgr.14182) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:13.078 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/mon.smithi008/config 2024-02-18T02:01:13.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:12.380377+0000 mgr.smithi008.bqmuux (mgr.14182) 118 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:01:13.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:12.677083+0000 mgr.smithi008.bqmuux (mgr.14182) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:14.391 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:01:14.716 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:14.394741+0000 mon.smithi008 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.8:0/4036432740' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-18T02:01:14.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:14.394741+0000 mon.smithi008 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.8:0/4036432740' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-18T02:01:14.775 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-18T02:01:14.775 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-18T02:01:14.776 INFO:tasks.cephadm:Setup complete, yielding 2024-02-18T02:01:14.776 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T02:01:14.785 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T02:01:14.786 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph orch status' 2024-02-18T02:01:15.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:14.677576+0000 mgr.smithi008.bqmuux (mgr.14182) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:15.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:14.677576+0000 mgr.smithi008.bqmuux (mgr.14182) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:16.269 INFO:teuthology.orchestra.run.smithi008.stdout:Backend: cephadm 2024-02-18T02:01:16.269 INFO:teuthology.orchestra.run.smithi008.stdout:Available: Yes 2024-02-18T02:01:16.269 INFO:teuthology.orchestra.run.smithi008.stdout:Paused: No 2024-02-18T02:01:16.659 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-18T02:01:16.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:16.272557+0000 mgr.smithi008.bqmuux (mgr.14182) 121 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:16.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:16.678021+0000 mgr.smithi008.bqmuux (mgr.14182) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:17.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:16.272557+0000 mgr.smithi008.bqmuux (mgr.14182) 121 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:17.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:16.678021+0000 mgr.smithi008.bqmuux (mgr.14182) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:18.192 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-18T02:01:18.192 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (59s) 24s ago 2m 13.7M - 0.23.0 ba2b418f427c 95e2fb99d4a4 2024-02-18T02:01:18.192 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (2m) 24s ago 2m 7272k - 16.2.14-548-g81bd20d6 823b921721f5 e98a528cdf0f 2024-02-18T02:01:18.192 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi148 smithi148 running (2m) 27s ago 2m 7419k - 16.2.14-548-g81bd20d6 823b921721f5 cf423fd1cb72 2024-02-18T02:01:18.192 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (54s) 24s ago 2m 50.2M - 8.3.5 dad864ee21e9 29593ccbe91a 2024-02-18T02:01:18.192 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.bqmuux smithi008 *:9283 running (3m) 24s ago 3m 447M - 16.2.14-548-g81bd20d6 823b921721f5 cb03e8b7084d 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi148.ueehun smithi148 *:8443,9283 running (2m) 27s ago 2m 395M - 16.2.14-548-g81bd20d6 823b921721f5 183986cdb690 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (3m) 24s ago 3m 75.1M 2048M 16.2.14-548-g81bd20d6 823b921721f5 6c27c270cf03 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi148 smithi148 running (2m) 27s ago 2m 67.0M 2048M 16.2.14-548-g81bd20d6 823b921721f5 9eda6b2ffbe8 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (2m) 24s ago 2m 21.5M - 1.3.1 1dbe0e931976 a8e6e584a276 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi148 smithi148 *:9100 running (111s) 27s ago 111s 20.6M - 1.3.1 1dbe0e931976 eab1674fe681 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi148 running (87s) 27s ago 87s 34.8M 3990M 16.2.14-548-g81bd20d6 823b921721f5 fb1a163cc71c 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (84s) 24s ago 83s 37.8M 3223M 16.2.14-548-g81bd20d6 823b921721f5 ead6a41d7b00 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi148 running (84s) 27s ago 84s 36.5M 3990M 16.2.14-548-g81bd20d6 823b921721f5 5b1cddf559a3 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (79s) 24s ago 78s 35.6M 3223M 16.2.14-548-g81bd20d6 823b921721f5 b223954a9caa 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi148 running (80s) 27s ago 80s 32.1M 3990M 16.2.14-548-g81bd20d6 823b921721f5 cc5a9567f597 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi008 running (74s) 24s ago 74s 33.3M 3223M 16.2.14-548-g81bd20d6 823b921721f5 eacc4d2b697e 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi148 running (76s) 27s ago 76s 33.1M 3990M 16.2.14-548-g81bd20d6 823b921721f5 924b1a488afc 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi008 running (68s) 24s ago 68s 31.1M 3223M 16.2.14-548-g81bd20d6 823b921721f5 04e256b9b143 2024-02-18T02:01:18.193 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (50s) 24s ago 2m 45.5M - 2.33.4 514e6a882f6e 7c118a949a1e 2024-02-18T02:01:18.592 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-18T02:01:18.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:18.187854+0000 mgr.smithi008.bqmuux (mgr.14182) 123 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:18.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:18.678360+0000 mgr.smithi008.bqmuux (mgr.14182) 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:19.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:18.187854+0000 mgr.smithi008.bqmuux (mgr.14182) 123 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:19.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:18.678360+0000 mgr.smithi008.bqmuux (mgr.14182) 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager ?:9093,9094 1/1 26s ago 3m count:1 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:crash 2/2 29s ago 3m * 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:grafana ?:3000 1/1 26s ago 3m count:1 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:mgr 2/2 29s ago 3m count:2 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:mon 2/2 29s ago 2m smithi008:172.21.15.8=smithi008;smithi148:172.21.15.148=smithi148;count:2 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter ?:9100 2/2 29s ago 3m * 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:osd.all-available-devices 8 29s ago 112s * 2024-02-18T02:01:20.150 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus ?:9095 1/1 26s ago 3m count:1 2024-02-18T02:01:20.541 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-18T02:01:21.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:20.149927+0000 mgr.smithi008.bqmuux (mgr.14182) 125 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:21.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:20.678692+0000 mgr.smithi008.bqmuux (mgr.14182) 126 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:21.104 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:20.149927+0000 mgr.smithi008.bqmuux (mgr.14182) 125 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:21.105 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:20.678692+0000 mgr.smithi008.bqmuux (mgr.14182) 126 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:22.041 INFO:teuthology.orchestra.run.smithi008.stdout:HOST ADDR LABELS STATUS 2024-02-18T02:01:22.041 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 172.21.15.8 2024-02-18T02:01:22.041 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 172.21.15.148 2024-02-18T02:01:22.041 INFO:teuthology.orchestra.run.smithi008.stdout:2 hosts in cluster 2024-02-18T02:01:22.439 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-18T02:01:23.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:22.044456+0000 mgr.smithi008.bqmuux (mgr.14182) 127 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:23.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:22.679016+0000 mgr.smithi008.bqmuux (mgr.14182) 128 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:23.023 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:22.044456+0000 mgr.smithi008.bqmuux (mgr.14182) 127 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:23.024 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:22.679016+0000 mgr.smithi008.bqmuux (mgr.14182) 128 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:24.001 INFO:teuthology.orchestra.run.smithi008.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-18T02:01:24.001 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476004A480DGN 447G 44s ago Has a FileSystem, LVM detected 2024-02-18T02:01:24.001 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme1n1 ssd Linux_0af070d785a31da9fa11 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:24.001 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme2n1 ssd Linux_143f11764c65b408dc16 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:24.002 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme3n1 ssd Linux_671338aa9cbb3f10afbe 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:24.002 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme4n1 ssd Linux_97c0ea445f3b60b56213 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:24.002 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233005G400BGN 372G 48s ago Has a FileSystem, LVM detected 2024-02-18T02:01:24.002 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme1n1 ssd Linux_5765fd1e973ef3413f3c 89.4G 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:24.002 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme2n1 ssd Linux_8ffb528192885d7c8242 89.4G 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:24.002 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme3n1 ssd Linux_dba16aed07597e30ca58 89.4G 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:24.002 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme4n1 ssd Linux_1df134de53ebe7e24954 89.4G 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:24.391 INFO:teuthology.run_tasks:Running task vip... 2024-02-18T02:01:24.400 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-18T02:01:24.400 INFO:tasks.vip:peername 172.21.15.8 2024-02-18T02:01:24.403 INFO:tasks.vip:172.21.15.8 in 172.21.0.0/20, pos 3847 2024-02-18T02:01:24.408 INFO:tasks.vip:smithi008.front.sepia.ceph.com static 10.0.15.8, vnet 10.0.0.0/16 2024-02-18T02:01:24.408 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-18T02:01:24.408 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip route ls 2024-02-18T02:01:24.445 INFO:teuthology.orchestra.run.smithi008.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-18T02:01:24.445 INFO:teuthology.orchestra.run.smithi008.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2024-02-18T02:01:24.447 INFO:tasks.vip:Configuring 10.0.15.8 on smithi008.front.sepia.ceph.com iface ens1f0... 2024-02-18T02:01:24.447 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr add 10.0.15.8/16 dev ens1f0 2024-02-18T02:01:24.523 INFO:tasks.vip:peername 172.21.15.148 2024-02-18T02:01:24.526 INFO:tasks.vip:172.21.15.148 in 172.21.0.0/20, pos 3987 2024-02-18T02:01:24.529 INFO:tasks.vip:smithi148.front.sepia.ceph.com static 10.0.15.148, vnet 10.0.0.0/16 2024-02-18T02:01:24.530 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip route ls 2024-02-18T02:01:24.570 INFO:teuthology.orchestra.run.smithi148.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-18T02:01:24.570 INFO:teuthology.orchestra.run.smithi148.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.148 metric 100 2024-02-18T02:01:24.572 INFO:tasks.vip:Configuring 10.0.15.148 on smithi148.front.sepia.ceph.com iface enp3s0f1... 2024-02-18T02:01:24.572 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr add 10.0.15.148/16 dev enp3s0f1 2024-02-18T02:01:24.644 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T02:01:24.655 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T02:01:24.656 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-18T02:01:25.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:24.002780+0000 mgr.smithi008.bqmuux (mgr.14182) 129 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:25.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:24.679415+0000 mgr.smithi008.bqmuux (mgr.14182) 130 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:25.028 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:24.002780+0000 mgr.smithi008.bqmuux (mgr.14182) 129 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:25.028 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:24.679415+0000 mgr.smithi008.bqmuux (mgr.14182) 130 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:26.149 INFO:teuthology.orchestra.run.smithi008.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-18T02:01:26.149 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476004A480DGN 447G 46s ago Has a FileSystem, LVM detected 2024-02-18T02:01:26.149 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme1n1 ssd Linux_0af070d785a31da9fa11 89.4G 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:26.149 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme2n1 ssd Linux_143f11764c65b408dc16 89.4G 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:26.149 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme3n1 ssd Linux_671338aa9cbb3f10afbe 89.4G 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:26.149 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme4n1 ssd Linux_97c0ea445f3b60b56213 89.4G 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:26.149 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233005G400BGN 372G 51s ago Has a FileSystem, LVM detected 2024-02-18T02:01:26.150 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme1n1 ssd Linux_5765fd1e973ef3413f3c 89.4G 51s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:26.150 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme2n1 ssd Linux_8ffb528192885d7c8242 89.4G 51s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:26.150 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme3n1 ssd Linux_dba16aed07597e30ca58 89.4G 51s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:26.150 INFO:teuthology.orchestra.run.smithi008.stdout:smithi148 /dev/nvme4n1 ssd Linux_1df134de53ebe7e24954 89.4G 51s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:01:26.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:26.200491+0000 mon.smithi008 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:01:26.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:26.200491+0000 mon.smithi008 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:01:26.546 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-18T02:01:26.557 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T02:01:26.557 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-18T02:01:26.592 INFO:teuthology.orchestra.run.smithi008.stderr:+ systemctl stop nfs-server 2024-02-18T02:01:26.601 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi148.front.sepia.ceph.com 2024-02-18T02:01:26.601 DEBUG:teuthology.orchestra.run.smithi148:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-18T02:01:26.629 INFO:teuthology.orchestra.run.smithi148.stderr:+ systemctl stop nfs-server 2024-02-18T02:01:26.637 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T02:01:26.649 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T02:01:26.649 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-18T02:01:27.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:26.150139+0000 mgr.smithi008.bqmuux (mgr.14182) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:27.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:26.679766+0000 mgr.smithi008.bqmuux (mgr.14182) 132 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:27.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:26.150139+0000 mgr.smithi008.bqmuux (mgr.14182) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:27.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:26.679766+0000 mgr.smithi008.bqmuux (mgr.14182) 132 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:28.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:27.527932+0000 mon.smithi008 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:28.835 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled rgw.foorgw update... 2024-02-18T02:01:29.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:27.527932+0000 mon.smithi008 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:29.408 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.8/16' 2024-02-18T02:01:29.808 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:28.680063+0000 mgr.smithi008.bqmuux (mgr.14182) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:29.809 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:28.838582+0000 mon.smithi008 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:29.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:28.680063+0000 mgr.smithi008.bqmuux (mgr.14182) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:29.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:28.838582+0000 mon.smithi008 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:30.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:28.833722+0000 mgr.smithi008.bqmuux (mgr.14182) 134 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:30.783 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:28.834925+0000 mgr.smithi008.bqmuux (mgr.14182) 135 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-18T02:01:30.783 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:30.236807+0000 mon.smithi008 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:31.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:28.833722+0000 mgr.smithi008.bqmuux (mgr.14182) 134 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:31.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:28.834925+0000 mgr.smithi008.bqmuux (mgr.14182) 135 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-18T02:01:31.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:30.236807+0000 mon.smithi008 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:31.854 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:30.662590+0000 mon.smithi008 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:31.854 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:30.680335+0000 mgr.smithi008.bqmuux (mgr.14182) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:31.854 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:31.188007+0000 mon.smithi008 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-18T02:01:32.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:30.662590+0000 mon.smithi008 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:32.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:30.680335+0000 mgr.smithi008.bqmuux (mgr.14182) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:32.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:31.188007+0000 mon.smithi008 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-18T02:01:32.706 INFO:teuthology.orchestra.run.smithi008.stdout:NFS Cluster Created Successfully 2024-02-18T02:01:33.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:31.186528+0000 mgr.smithi008.bqmuux (mgr.14182) 137 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.8/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:33.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:31.668046+0000 mon.smithi008 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-18T02:01:33.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:31.668106+0000 mon.smithi008 (mon.0) 576 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-18T02:01:33.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:31.669214+0000 mon.smithi008 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-18T02:01:33.056 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:31.186528+0000 mgr.smithi008.bqmuux (mgr.14182) 137 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.8/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:01:33.056 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:31.668046+0000 mon.smithi008 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-18T02:01:33.056 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:31.668106+0000 mon.smithi008 (mon.0) 576 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-18T02:01:33.056 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:31.669214+0000 mon.smithi008 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-18T02:01:33.111 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-18T02:01:33.128 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T02:01:33.128 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-18T02:01:33.164 INFO:teuthology.orchestra.run.smithi008.stderr:+ dnf install -y python3-boto3 2024-02-18T02:01:33.536 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2024-02-18T02:01:34.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:32.673355+0000 mon.smithi008 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-18T02:01:34.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:32.673703+0000 mon.smithi008 (mon.0) 579 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-18T02:01:34.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:32.682561+0000 mgr.smithi008.bqmuux (mgr.14182) 138 : cluster [DBG] pgmap v107: 33 pgs: 6 creating+peering, 1 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:34.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:32.705793+0000 mon.smithi008 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:34.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:32.710124+0000 mon.smithi008 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:34.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:32.673355+0000 mon.smithi008 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-18T02:01:34.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:32.673703+0000 mon.smithi008 (mon.0) 579 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-18T02:01:34.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:32.682561+0000 mgr.smithi008.bqmuux (mgr.14182) 138 : cluster [DBG] pgmap v107: 33 pgs: 6 creating+peering, 1 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:34.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:32.705793+0000 mon.smithi008 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:34.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:32.710124+0000 mon.smithi008 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:34.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:32.702152+0000 mgr.smithi008.bqmuux (mgr.14182) 139 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-18T02:01:34.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:32.707261+0000 mgr.smithi008.bqmuux (mgr.14182) 140 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-18T02:01:34.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:33.678303+0000 mon.smithi008 (mon.0) 582 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-18T02:01:34.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:33.716900+0000 mon.smithi008 (mon.0) 583 : cluster [DBG] mgrmap e19: smithi008.bqmuux(active, since 2m), standbys: smithi148.ueehun 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.819309+0000 mon.smithi008 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.820227+0000 mon.smithi008 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.820928+0000 mon.smithi008 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.824578+0000 mon.smithi008 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.828447+0000 mon.smithi008 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.836816+0000 mon.smithi008 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.837328+0000 mon.smithi008 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi148.fsgdlw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.839925+0000 mon.smithi008 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi148.fsgdlw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.843474+0000 mon.smithi008 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:34.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:33.844177+0000 mon.smithi008 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:35.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:32.702152+0000 mgr.smithi008.bqmuux (mgr.14182) 139 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-18T02:01:35.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:32.707261+0000 mgr.smithi008.bqmuux (mgr.14182) 140 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-18T02:01:35.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:33.678303+0000 mon.smithi008 (mon.0) 582 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-18T02:01:35.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:33.716900+0000 mon.smithi008 (mon.0) 583 : cluster [DBG] mgrmap e19: smithi008.bqmuux(active, since 2m), standbys: smithi148.ueehun 2024-02-18T02:01:35.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.819309+0000 mon.smithi008 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.820227+0000 mon.smithi008 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.820928+0000 mon.smithi008 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.824578+0000 mon.smithi008 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.828447+0000 mon.smithi008 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.836816+0000 mon.smithi008 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.837328+0000 mon.smithi008 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi148.fsgdlw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.839925+0000 mon.smithi008 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi148.fsgdlw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.843474+0000 mon.smithi008 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:35.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:33.844177+0000 mon.smithi008 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:35.496 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2024-02-18T02:01:35.848 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2024-02-18T02:01:36.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:33.833725+0000 mgr.smithi008.bqmuux (mgr.14182) 141 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-18T02:01:36.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:33.844781+0000 mgr.smithi008.bqmuux (mgr.14182) 142 : cephadm [INF] Deploying daemon rgw.foorgw.smithi148.fsgdlw on smithi148 2024-02-18T02:01:36.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:34.682941+0000 mgr.smithi008.bqmuux (mgr.14182) 143 : cluster [DBG] pgmap v109: 33 pgs: 6 creating+peering, 5 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:36.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:33.833725+0000 mgr.smithi008.bqmuux (mgr.14182) 141 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-18T02:01:36.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:33.844781+0000 mgr.smithi008.bqmuux (mgr.14182) 142 : cephadm [INF] Deploying daemon rgw.foorgw.smithi148.fsgdlw on smithi148 2024-02-18T02:01:36.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:34.682941+0000 mgr.smithi008.bqmuux (mgr.14182) 143 : cluster [DBG] pgmap v109: 33 pgs: 6 creating+peering, 5 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:35.891319+0000 mon.smithi008 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:35.892634+0000 mon.smithi008 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi008.krtcjs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:35.895831+0000 mon.smithi008 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi008.krtcjs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:35.899878+0000 mon.smithi008 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:35.900660+0000 mon.smithi008 (mon.0) 598 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:35.901270+0000 mgr.smithi008.bqmuux (mgr.14182) 144 : cephadm [INF] Deploying daemon rgw.foorgw.smithi008.krtcjs on smithi008 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:35.937805+0000 mon.smithi008 (mon.0) 599 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:35.938685+0000 mon.smithi148 (mon.1) 19 : audit [INF] from='client.? 172.21.15.148:0/1395794970' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:35.939114+0000 mon.smithi008 (mon.0) 600 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-18T02:01:37.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:36.683348+0000 mgr.smithi008.bqmuux (mgr.14182) 145 : cluster [DBG] pgmap v111: 65 pgs: 16 creating+peering, 27 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:37.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:35.891319+0000 mon.smithi008 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:37.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:35.892634+0000 mon.smithi008 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi008.krtcjs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T02:01:37.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:35.895831+0000 mon.smithi008 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi008.krtcjs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T02:01:37.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:35.899878+0000 mon.smithi008 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:37.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:35.900660+0000 mon.smithi008 (mon.0) 598 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:37.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:35.901270+0000 mgr.smithi008.bqmuux (mgr.14182) 144 : cephadm [INF] Deploying daemon rgw.foorgw.smithi008.krtcjs on smithi008 2024-02-18T02:01:37.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:35.937805+0000 mon.smithi008 (mon.0) 599 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-18T02:01:37.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:35.938685+0000 mon.smithi148 (mon.1) 19 : audit [INF] from='client.? 172.21.15.148:0/1395794970' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-18T02:01:37.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:35.939114+0000 mon.smithi008 (mon.0) 600 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-18T02:01:37.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:36.683348+0000 mgr.smithi008.bqmuux (mgr.14182) 145 : cluster [DBG] pgmap v111: 65 pgs: 16 creating+peering, 27 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:38.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:36.941489+0000 mon.smithi008 (mon.0) 601 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-18T02:01:38.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:36.941687+0000 mon.smithi008 (mon.0) 602 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-18T02:01:38.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:36.941489+0000 mon.smithi008 (mon.0) 601 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-18T02:01:38.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:36.941687+0000 mon.smithi008 (mon.0) 602 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-18T02:01:38.708 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-18T02:01:38.709 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-18T02:01:38.709 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-18T02:01:38.709 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-18T02:01:38.709 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-18T02:01:38.709 INFO:teuthology.orchestra.run.smithi008.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout:Install 4 Packages 2024-02-18T02:01:38.710 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:01:38.711 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 4.8 M 2024-02-18T02:01:38.711 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 49 M 2024-02-18T02:01:38.711 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-18T02:01:39.190 INFO:teuthology.orchestra.run.smithi008.stdout:(1/4): python3-boto3-1.15.15-1.el8.noarch.rpm 704 kB/s | 152 kB 00:00 2024-02-18T02:01:39.284 INFO:teuthology.orchestra.run.smithi008.stdout:(2/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 348 kB/s | 108 kB 00:00 2024-02-18T02:01:39.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:38.250602+0000 mon.smithi008 (mon.0) 603 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-18T02:01:39.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.250844+0000 mon.smithi008 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:39.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.251769+0000 mon.smithi008 (mon.0) 605 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.255931+0000 mon.smithi148 (mon.1) 20 : audit [INF] from='client.? 172.21.15.148:0/1395794970' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.263288+0000 mon.smithi008 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.263501+0000 mon.smithi008 (mon.0) 607 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:38.291348+0000 mgr.smithi008.bqmuux (mgr.14182) 146 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.dgyjqk 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.291707+0000 mon.smithi008 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.dgyjqk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.295447+0000 mon.smithi008 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.dgyjqk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:38.296049+0000 mgr.smithi008.bqmuux (mgr.14182) 147 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.296321+0000 mon.smithi008 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.299050+0000 mon.smithi008 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.300451+0000 mon.smithi008 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.345122+0000 mon.smithi008 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.348971+0000 mon.smithi008 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:38.398236+0000 mgr.smithi008.bqmuux (mgr.14182) 148 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:38.398409+0000 mgr.smithi008.bqmuux (mgr.14182) 149 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.dgyjqk-rgw 2024-02-18T02:01:39.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.398841+0000 mon.smithi008 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.dgyjqk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T02:01:39.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.402352+0000 mon.smithi008 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.dgyjqk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T02:01:39.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:38.408169+0000 mon.smithi008 (mon.0) 617 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:39.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:38.409174+0000 mgr.smithi008.bqmuux (mgr.14182) 150 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi008.dgyjqk on smithi008 2024-02-18T02:01:39.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:38.683762+0000 mgr.smithi008.bqmuux (mgr.14182) 151 : cluster [DBG] pgmap v114: 97 pgs: 10 creating+peering, 41 active+clean, 46 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:39.524 INFO:teuthology.orchestra.run.smithi008.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 135 kB/s | 45 kB 00:00 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:38.250602+0000 mon.smithi008 (mon.0) 603 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.250844+0000 mon.smithi008 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.251769+0000 mon.smithi008 (mon.0) 605 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.255931+0000 mon.smithi148 (mon.1) 20 : audit [INF] from='client.? 172.21.15.148:0/1395794970' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.263288+0000 mon.smithi008 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.263501+0000 mon.smithi008 (mon.0) 607 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:38.291348+0000 mgr.smithi008.bqmuux (mgr.14182) 146 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.dgyjqk 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.291707+0000 mon.smithi008 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.dgyjqk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.295447+0000 mon.smithi008 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.dgyjqk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:38.296049+0000 mgr.smithi008.bqmuux (mgr.14182) 147 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-18T02:01:39.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.296321+0000 mon.smithi008 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.299050+0000 mon.smithi008 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.300451+0000 mon.smithi008 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.345122+0000 mon.smithi008 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.348971+0000 mon.smithi008 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:38.398236+0000 mgr.smithi008.bqmuux (mgr.14182) 148 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:38.398409+0000 mgr.smithi008.bqmuux (mgr.14182) 149 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.dgyjqk-rgw 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.398841+0000 mon.smithi008 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.dgyjqk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.402352+0000 mon.smithi008 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.dgyjqk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:38.408169+0000 mon.smithi008 (mon.0) 617 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:38.409174+0000 mgr.smithi008.bqmuux (mgr.14182) 150 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi008.dgyjqk on smithi008 2024-02-18T02:01:39.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:38.683762+0000 mgr.smithi008.bqmuux (mgr.14182) 151 : cluster [DBG] pgmap v114: 97 pgs: 10 creating+peering, 41 active+clean, 46 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:01:40.009 INFO:teuthology.orchestra.run.smithi008.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 4.3 MB/s | 4.5 MB 00:01 2024-02-18T02:01:40.012 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-18T02:01:40.012 INFO:teuthology.orchestra.run.smithi008.stdout:Total 3.7 MB/s | 4.8 MB 00:01 2024-02-18T02:01:40.027 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-18T02:01:40.038 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-18T02:01:40.038 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-18T02:01:40.132 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-18T02:01:40.142 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-18T02:01:40.389 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-18T02:01:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:39.253553+0000 mon.smithi008 (mon.0) 618 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-18T02:01:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:39.253790+0000 mon.smithi008 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-18T02:01:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:39.253909+0000 mon.smithi008 (mon.0) 620 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-18T02:01:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:40.254984+0000 mon.smithi008 (mon.0) 621 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-18T02:01:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:40.255754+0000 mon.smithi008 (mon.0) 622 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T02:01:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:40.257347+0000 mon.smithi148 (mon.1) 21 : audit [INF] from='client.? 172.21.15.148:0/1395794970' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T02:01:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:40.260319+0000 mon.smithi008 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T02:01:40.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:39.253553+0000 mon.smithi008 (mon.0) 618 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-18T02:01:40.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:39.253790+0000 mon.smithi008 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-18T02:01:40.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:39.253909+0000 mon.smithi008 (mon.0) 620 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-18T02:01:40.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:40.254984+0000 mon.smithi008 (mon.0) 621 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-18T02:01:40.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:40.255754+0000 mon.smithi008 (mon.0) 622 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T02:01:40.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:40.257347+0000 mon.smithi148 (mon.1) 21 : audit [INF] from='client.? 172.21.15.148:0/1395794970' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T02:01:40.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:40.260319+0000 mon.smithi008 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T02:01:41.775 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-02-18T02:01:42.043 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-18T02:01:42.283 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-18T02:01:42.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:40.530161+0000 mon.smithi008 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:42.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:40.535957+0000 mon.smithi008 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:42.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:01:40.543608+0000 mgr.smithi008.bqmuux (mgr.14182) 152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.fqjvrt on smithi148 2024-02-18T02:01:42.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:40.684104+0000 mgr.smithi008.bqmuux (mgr.14182) 153 : cluster [DBG] pgmap v117: 129 pgs: 13 creating+peering, 64 active+clean, 52 unknown; 16 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 420 B/s rd, 841 B/s wr, 1 op/s 2024-02-18T02:01:42.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:41.256460+0000 mon.smithi008 (mon.0) 626 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-18T02:01:42.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:41.256669+0000 mon.smithi008 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-18T02:01:42.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:41.256868+0000 mon.smithi008 (mon.0) 628 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-18T02:01:42.531 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-18T02:01:42.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:40.530161+0000 mon.smithi008 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:42.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:40.535957+0000 mon.smithi008 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:42.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:01:40.543608+0000 mgr.smithi008.bqmuux (mgr.14182) 152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.fqjvrt on smithi148 2024-02-18T02:01:42.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:40.684104+0000 mgr.smithi008.bqmuux (mgr.14182) 153 : cluster [DBG] pgmap v117: 129 pgs: 13 creating+peering, 64 active+clean, 52 unknown; 16 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 420 B/s rd, 841 B/s wr, 1 op/s 2024-02-18T02:01:42.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:41.256460+0000 mon.smithi008 (mon.0) 626 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-18T02:01:42.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:41.256669+0000 mon.smithi008 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-18T02:01:42.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:41.256868+0000 mon.smithi008 (mon.0) 628 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-18T02:01:42.805 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-18T02:01:42.805 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-02-18T02:01:42.805 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-18T02:01:42.805 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-18T02:01:43.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:42.257733+0000 mon.smithi008 (mon.0) 629 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-18T02:01:43.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:42.259196+0000 mon.smithi008 (mon.0) 630 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T02:01:43.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:42.259400+0000 mon.smithi148 (mon.1) 22 : audit [INF] from='client.? 172.21.15.148:0/1284809759' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T02:01:43.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:42.264797+0000 mon.smithi008 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T02:01:43.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:42.684618+0000 mgr.smithi008.bqmuux (mgr.14182) 154 : cluster [DBG] pgmap v120: 161 pgs: 16 creating+peering, 96 active+clean, 49 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-02-18T02:01:43.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:42.869332+0000 mon.smithi008 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:42.257733+0000 mon.smithi008 (mon.0) 629 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-18T02:01:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:42.259196+0000 mon.smithi008 (mon.0) 630 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T02:01:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:42.259400+0000 mon.smithi148 (mon.1) 22 : audit [INF] from='client.? 172.21.15.148:0/1284809759' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T02:01:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:42.264797+0000 mon.smithi008 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T02:01:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:42.684618+0000 mgr.smithi008.bqmuux (mgr.14182) 154 : cluster [DBG] pgmap v120: 161 pgs: 16 creating+peering, 96 active+clean, 49 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-02-18T02:01:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:42.869332+0000 mon.smithi008 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:44.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:43.264007+0000 mon.smithi008 (mon.0) 633 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T02:01:44.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:43.264175+0000 mon.smithi008 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T02:01:44.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:43.264326+0000 mon.smithi008 (mon.0) 635 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-18T02:01:44.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:43.270140+0000 mon.smithi148 (mon.1) 23 : audit [INF] from='client.? 172.21.15.148:0/1284809759' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T02:01:44.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:43.274303+0000 mon.smithi008 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T02:01:44.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:43.276060+0000 mon.smithi008 (mon.0) 637 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T02:01:44.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:43.264007+0000 mon.smithi008 (mon.0) 633 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T02:01:44.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:43.264175+0000 mon.smithi008 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T02:01:44.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:43.264326+0000 mon.smithi008 (mon.0) 635 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-18T02:01:44.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:43.270140+0000 mon.smithi148 (mon.1) 23 : audit [INF] from='client.? 172.21.15.148:0/1284809759' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T02:01:44.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:43.274303+0000 mon.smithi008 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T02:01:44.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:43.276060+0000 mon.smithi008 (mon.0) 637 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T02:01:45.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:44.267311+0000 mon.smithi008 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T02:01:45.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:44.267370+0000 mon.smithi008 (mon.0) 639 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T02:01:45.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:44.267419+0000 mon.smithi008 (mon.0) 640 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-18T02:01:45.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:44.685045+0000 mgr.smithi008.bqmuux (mgr.14182) 155 : cluster [DBG] pgmap v123: 161 pgs: 16 creating+peering, 119 active+clean, 26 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.2 KiB/s wr, 5 op/s 2024-02-18T02:01:45.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:44.267311+0000 mon.smithi008 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.fsgdlw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T02:01:45.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:44.267370+0000 mon.smithi008 (mon.0) 639 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T02:01:45.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:44.267419+0000 mon.smithi008 (mon.0) 640 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-18T02:01:45.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:44.685045+0000 mgr.smithi008.bqmuux (mgr.14182) 155 : cluster [DBG] pgmap v123: 161 pgs: 16 creating+peering, 119 active+clean, 26 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.2 KiB/s wr, 5 op/s 2024-02-18T02:01:47.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:46.685642+0000 mgr.smithi008.bqmuux (mgr.14182) 156 : cluster [DBG] pgmap v124: 161 pgs: 10 creating+peering, 151 active+clean; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 5.5 KiB/s wr, 207 op/s 2024-02-18T02:01:47.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:46.685642+0000 mgr.smithi008.bqmuux (mgr.14182) 156 : cluster [DBG] pgmap v124: 161 pgs: 10 creating+peering, 151 active+clean; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 5.5 KiB/s wr, 207 op/s 2024-02-18T02:01:49.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:48.686171+0000 mgr.smithi008.bqmuux (mgr.14182) 157 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 144 KiB/s rd, 5.6 KiB/s wr, 281 op/s 2024-02-18T02:01:49.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:48.686171+0000 mgr.smithi008.bqmuux (mgr.14182) 157 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 144 KiB/s rd, 5.6 KiB/s wr, 281 op/s 2024-02-18T02:01:51.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:50.686906+0000 mgr.smithi008.bqmuux (mgr.14182) 158 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 141 KiB/s rd, 4.9 KiB/s wr, 269 op/s 2024-02-18T02:01:51.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:50.686906+0000 mgr.smithi008.bqmuux (mgr.14182) 158 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 141 KiB/s rd, 4.9 KiB/s wr, 269 op/s 2024-02-18T02:01:53.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:52.676620+0000 mon.smithi008 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2024-02-18T02:01:53.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:52.687538+0000 mgr.smithi008.bqmuux (mgr.14182) 159 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 4.1 KiB/s wr, 239 op/s 2024-02-18T02:01:53.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:52.676620+0000 mon.smithi008 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2024-02-18T02:01:53.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:52.687538+0000 mgr.smithi008.bqmuux (mgr.14182) 159 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 4.1 KiB/s wr, 239 op/s 2024-02-18T02:01:54.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:52.732019+0000 mon.smithi008 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2024-02-18T02:01:54.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:52.732078+0000 mon.smithi008 (mon.0) 643 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-18T02:01:54.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:52.732019+0000 mon.smithi008 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2024-02-18T02:01:54.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:52.732078+0000 mon.smithi008 (mon.0) 643 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-18T02:01:54.439 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-02-18T02:01:54.440 INFO:teuthology.orchestra.run.smithi008.stdout:Installed products updated. 2024-02-18T02:01:55.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:53.742593+0000 mon.smithi008 (mon.0) 644 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-18T02:01:55.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:54.687921+0000 mgr.smithi008.bqmuux (mgr.14182) 160 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 1.7 KiB/s wr, 163 op/s 2024-02-18T02:01:55.021 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:01:55.021 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-18T02:01:55.021 INFO:teuthology.orchestra.run.smithi008.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-02-18T02:01:55.021 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-02-18T02:01:55.021 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:01:55.021 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-18T02:01:55.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:53.742593+0000 mon.smithi008 (mon.0) 644 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-18T02:01:55.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:54.687921+0000 mgr.smithi008.bqmuux (mgr.14182) 160 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 1.7 KiB/s wr, 163 op/s 2024-02-18T02:01:55.228 DEBUG:teuthology.orchestra.run.smithi008:> 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' 2024-02-18T02:01:55.302 INFO:teuthology.orchestra.run.smithi008.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-18T02:01:55.578 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring fsid f82c32f8-ce00-11ee-95ba-87774f69a715 2024-02-18T02:01:55.606 INFO:teuthology.orchestra.run.smithi008.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7fa249cc0191869e2bcc743303b0da933d04d152b2397edb19ec992e48553ab9 2024-02-18T02:01:57.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:56.688612+0000 mgr.smithi008.bqmuux (mgr.14182) 161 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 84 op/s 2024-02-18T02:01:57.003 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:56.688612+0000 mgr.smithi008.bqmuux (mgr.14182) 161 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 84 op/s 2024-02-18T02:01:57.057 INFO:teuthology.run_tasks:Running task python... 2024-02-18T02:01:57.067 INFO:tasks.python:Running python on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T02:01:57.067 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') 2024-02-18T02:01:57.068 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-18T02:01:59.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:57.864265+0000 mon.smithi008 (mon.0) 645 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-18T02:01:59.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:57.864615+0000 mon.smithi008 (mon.0) 646 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-18T02:01:59.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:57.879784+0000 mon.smithi008 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:59.201 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:58.689213+0000 mgr.smithi008.bqmuux (mgr.14182) 162 : cluster [DBG] pgmap v133: 193 pgs: 32 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 341 B/s wr, 49 op/s 2024-02-18T02:01:59.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:57.864265+0000 mon.smithi008 (mon.0) 645 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-18T02:01:59.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:57.864615+0000 mon.smithi008 (mon.0) 646 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-18T02:01:59.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:57.879784+0000 mon.smithi008 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:01:59.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:58.689213+0000 mgr.smithi008.bqmuux (mgr.14182) 162 : cluster [DBG] pgmap v133: 193 pgs: 32 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 341 B/s wr, 49 op/s 2024-02-18T02:02:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:58.866014+0000 mon.smithi008 (mon.0) 648 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-18T02:02:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:58.866275+0000 mon.smithi008 (mon.0) 649 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-18T02:02:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:58.868866+0000 mon.smithi008 (mon.0) 650 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T02:02:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:01:59.868012+0000 mon.smithi008 (mon.0) 651 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T02:02:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:01:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:01:59.868084+0000 mon.smithi008 (mon.0) 652 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-18T02:02:00.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:58.866014+0000 mon.smithi008 (mon.0) 648 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-18T02:02:00.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:58.866275+0000 mon.smithi008 (mon.0) 649 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-18T02:02:00.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:58.868866+0000 mon.smithi008 (mon.0) 650 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T02:02:00.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:01:59.868012+0000 mon.smithi008 (mon.0) 651 : audit [INF] from='client.? 172.21.15.8:0/3693338521' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T02:02:00.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:01:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:01:59.868084+0000 mon.smithi008 (mon.0) 652 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-18T02:02:01.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:00.689769+0000 mgr.smithi008.bqmuux (mgr.14182) 163 : cluster [DBG] pgmap v136: 193 pgs: 4 creating+peering, 19 unknown, 170 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 341 B/s wr, 31 op/s 2024-02-18T02:02:01.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:00.689769+0000 mgr.smithi008.bqmuux (mgr.14182) 163 : cluster [DBG] pgmap v136: 193 pgs: 4 creating+peering, 19 unknown, 170 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 341 B/s wr, 31 op/s 2024-02-18T02:02:01.954 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T02:02:01.964 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T02:02:01.964 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-02-18T02:02:02.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:00.887317+0000 mon.smithi008 (mon.0) 653 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-18T02:02:02.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:00.889284+0000 mon.smithi008 (mon.0) 654 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-18T02:02:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:00.887317+0000 mon.smithi008 (mon.0) 653 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-18T02:02:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:00.889284+0000 mon.smithi008 (mon.0) 654 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-18T02:02:03.093 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:01.892055+0000 mon.smithi008 (mon.0) 655 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-18T02:02:03.093 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:01.892299+0000 mon.smithi008 (mon.0) 656 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-18T02:02:03.093 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:02.690469+0000 mgr.smithi008.bqmuux (mgr.14182) 164 : cluster [DBG] pgmap v139: 225 pgs: 12 creating+peering, 28 unknown, 185 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 767 B/s wr, 21 op/s 2024-02-18T02:02:03.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:01.892055+0000 mon.smithi008 (mon.0) 655 : audit [INF] from='client.? 172.21.15.8:0/435425441' entity='client.rgw.foorgw.smithi008.krtcjs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-18T02:02:03.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:01.892299+0000 mon.smithi008 (mon.0) 656 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-18T02:02:03.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:02.690469+0000 mgr.smithi008.bqmuux (mgr.14182) 164 : cluster [DBG] pgmap v139: 225 pgs: 12 creating+peering, 28 unknown, 185 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 767 B/s wr, 21 op/s 2024-02-18T02:02:03.763 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-02-18T02:02:03.763 INFO:teuthology.orchestra.run.smithi008.stdout: "bind": "/foobucket", 2024-02-18T02:02:03.763 INFO:teuthology.orchestra.run.smithi008.stdout: "path": "foobucket", 2024-02-18T02:02:03.764 INFO:teuthology.orchestra.run.smithi008.stdout: "cluster": "foo", 2024-02-18T02:02:03.764 INFO:teuthology.orchestra.run.smithi008.stdout: "mode": "RW", 2024-02-18T02:02:03.764 INFO:teuthology.orchestra.run.smithi008.stdout: "squash": "none" 2024-02-18T02:02:03.764 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-02-18T02:02:04.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:02.897549+0000 mon.smithi008 (mon.0) 657 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-18T02:02:04.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:03.528848+0000 mgr.smithi008.bqmuux (mgr.14182) 165 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:02:04.160 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-18T02:02:04.171 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-18T02:02:04.171 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:04.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:02.897549+0000 mon.smithi008 (mon.0) 657 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-18T02:02:04.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:03.528848+0000 mgr.smithi008.bqmuux (mgr.14182) 165 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:02:05.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:04.691125+0000 mgr.smithi008.bqmuux (mgr.14182) 166 : cluster [DBG] pgmap v141: 225 pgs: 8 creating+peering, 9 unknown, 208 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 1.0 KiB/s wr, 20 op/s 2024-02-18T02:02:05.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:04.691125+0000 mgr.smithi008.bqmuux (mgr.14182) 166 : cluster [DBG] pgmap v141: 225 pgs: 8 creating+peering, 9 unknown, 208 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 1.0 KiB/s wr, 20 op/s 2024-02-18T02:02:05.725 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:05.725 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:06.151 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:07.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:05.725082+0000 mgr.smithi008.bqmuux (mgr.14182) 167 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:07.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:06.692040+0000 mgr.smithi008.bqmuux (mgr.14182) 168 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 1.5 KiB/s wr, 30 op/s 2024-02-18T02:02:07.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:05.725082+0000 mgr.smithi008.bqmuux (mgr.14182) 167 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:07.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:06.692040+0000 mgr.smithi008.bqmuux (mgr.14182) 168 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 1.5 KiB/s wr, 30 op/s 2024-02-18T02:02:07.152 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:08.657 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:08.657 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:08.984 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:07.893162+0000 mon.smithi008 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:02:08.984 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:08.657286+0000 mgr.smithi008.bqmuux (mgr.14182) 169 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:08.984 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:08.692746+0000 mgr.smithi008.bqmuux (mgr.14182) 170 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 1.3 KiB/s wr, 29 op/s 2024-02-18T02:02:09.052 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:09.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:07.893162+0000 mon.smithi008 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:02:09.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:08.657286+0000 mgr.smithi008.bqmuux (mgr.14182) 169 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:09.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:08.692746+0000 mgr.smithi008.bqmuux (mgr.14182) 170 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 1.3 KiB/s wr, 29 op/s 2024-02-18T02:02:10.053 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:11.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:10.693465+0000 mgr.smithi008.bqmuux (mgr.14182) 171 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.1 KiB/s wr, 26 op/s 2024-02-18T02:02:11.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:10.693465+0000 mgr.smithi008.bqmuux (mgr.14182) 171 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.1 KiB/s wr, 26 op/s 2024-02-18T02:02:11.581 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:11.582 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:11.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:11.581908+0000 mgr.smithi008.bqmuux (mgr.14182) 172 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:11.993 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:12.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:11.581908+0000 mgr.smithi008.bqmuux (mgr.14182) 172 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:12.994 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:13.028 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:12.694156+0000 mgr.smithi008.bqmuux (mgr.14182) 173 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 716 B/s wr, 20 op/s 2024-02-18T02:02:13.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:12.694156+0000 mgr.smithi008.bqmuux (mgr.14182) 173 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 716 B/s wr, 20 op/s 2024-02-18T02:02:14.467 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:14.467 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:15.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:14.467292+0000 mgr.smithi008.bqmuux (mgr.14182) 174 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:15.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:14.694863+0000 mgr.smithi008.bqmuux (mgr.14182) 175 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 607 B/s wr, 15 op/s 2024-02-18T02:02:15.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:14.467292+0000 mgr.smithi008.bqmuux (mgr.14182) 174 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:15.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:14.694863+0000 mgr.smithi008.bqmuux (mgr.14182) 175 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 607 B/s wr, 15 op/s 2024-02-18T02:02:15.642 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:16.643 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:17.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:16.695644+0000 mgr.smithi008.bqmuux (mgr.14182) 176 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 597 B/s wr, 13 op/s 2024-02-18T02:02:17.022 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:16.695644+0000 mgr.smithi008.bqmuux (mgr.14182) 176 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 597 B/s wr, 13 op/s 2024-02-18T02:02:18.198 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:18.198 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:18.617 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:18.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:18.197956+0000 mgr.smithi008.bqmuux (mgr.14182) 177 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:18.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:18.696349+0000 mgr.smithi008.bqmuux (mgr.14182) 178 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 255 B/s wr, 6 op/s 2024-02-18T02:02:19.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:18.197956+0000 mgr.smithi008.bqmuux (mgr.14182) 177 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:19.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:18.696349+0000 mgr.smithi008.bqmuux (mgr.14182) 178 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 255 B/s wr, 6 op/s 2024-02-18T02:02:19.618 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:21.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:20.697031+0000 mgr.smithi008.bqmuux (mgr.14182) 179 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 170 B/s wr, 1 op/s 2024-02-18T02:02:21.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:20.697031+0000 mgr.smithi008.bqmuux (mgr.14182) 179 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 170 B/s wr, 1 op/s 2024-02-18T02:02:21.207 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:21.207 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:21.712 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:22.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:21.208002+0000 mgr.smithi008.bqmuux (mgr.14182) 180 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:22.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:21.208002+0000 mgr.smithi008.bqmuux (mgr.14182) 180 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:22.713 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:23.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:22.697800+0000 mgr.smithi008.bqmuux (mgr.14182) 181 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-18T02:02:23.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:22.697800+0000 mgr.smithi008.bqmuux (mgr.14182) 181 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-18T02:02:24.287 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:24.287 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:24.692 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:25.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:24.288132+0000 mgr.smithi008.bqmuux (mgr.14182) 182 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:25.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:24.698490+0000 mgr.smithi008.bqmuux (mgr.14182) 183 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-18T02:02:25.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:24.288132+0000 mgr.smithi008.bqmuux (mgr.14182) 182 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:25.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:24.698490+0000 mgr.smithi008.bqmuux (mgr.14182) 183 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-18T02:02:25.694 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:27.303 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:27.303 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:27.724 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:28.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:26.699339+0000 mgr.smithi008.bqmuux (mgr.14182) 184 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-18T02:02:28.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:27.300973+0000 mgr.smithi008.bqmuux (mgr.14182) 185 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:28.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:26.699339+0000 mgr.smithi008.bqmuux (mgr.14182) 184 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-18T02:02:28.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:27.300973+0000 mgr.smithi008.bqmuux (mgr.14182) 185 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:28.725 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:29.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:28.700159+0000 mgr.smithi008.bqmuux (mgr.14182) 186 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:30.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:28.700159+0000 mgr.smithi008.bqmuux (mgr.14182) 186 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:30.354 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:30.354 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:30.767 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:31.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:30.354357+0000 mgr.smithi008.bqmuux (mgr.14182) 187 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:31.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:30.354357+0000 mgr.smithi008.bqmuux (mgr.14182) 187 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:31.768 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:32.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:30.700946+0000 mgr.smithi008.bqmuux (mgr.14182) 188 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:32.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:30.700946+0000 mgr.smithi008.bqmuux (mgr.14182) 188 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:33.313 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:33.314 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:33.734 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:34.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:32.701684+0000 mgr.smithi008.bqmuux (mgr.14182) 189 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:34.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:33.313747+0000 mgr.smithi008.bqmuux (mgr.14182) 190 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:34.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:32.701684+0000 mgr.smithi008.bqmuux (mgr.14182) 189 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:34.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:33.313747+0000 mgr.smithi008.bqmuux (mgr.14182) 190 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:34.735 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:35.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:34.702432+0000 mgr.smithi008.bqmuux (mgr.14182) 191 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:36.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:34.702432+0000 mgr.smithi008.bqmuux (mgr.14182) 191 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:36.336 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:36.336 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:36.794 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:37.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:36.336492+0000 mgr.smithi008.bqmuux (mgr.14182) 192 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:37.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:36.336492+0000 mgr.smithi008.bqmuux (mgr.14182) 192 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:37.795 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:38.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:36.703236+0000 mgr.smithi008.bqmuux (mgr.14182) 193 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:02:38.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:36.703236+0000 mgr.smithi008.bqmuux (mgr.14182) 193 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:02:39.336 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:39.336 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:39.740 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:40.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:38.703954+0000 mgr.smithi008.bqmuux (mgr.14182) 194 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:40.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:39.335715+0000 mgr.smithi008.bqmuux (mgr.14182) 195 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:40.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:38.703954+0000 mgr.smithi008.bqmuux (mgr.14182) 194 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:40.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:39.335715+0000 mgr.smithi008.bqmuux (mgr.14182) 195 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:40.741 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:41.981 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:40.704779+0000 mgr.smithi008.bqmuux (mgr.14182) 196 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:42.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:40.704779+0000 mgr.smithi008.bqmuux (mgr.14182) 196 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:42.388 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:42.389 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:42.807 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:43.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:42.389202+0000 mgr.smithi008.bqmuux (mgr.14182) 197 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:43.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:42.389202+0000 mgr.smithi008.bqmuux (mgr.14182) 197 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:43.807 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:44.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:42.705607+0000 mgr.smithi008.bqmuux (mgr.14182) 198 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:44.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:42.705607+0000 mgr.smithi008.bqmuux (mgr.14182) 198 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:45.296 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:45.296 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:45.741 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:46.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:44.706457+0000 mgr.smithi008.bqmuux (mgr.14182) 199 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:46.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:45.296696+0000 mgr.smithi008.bqmuux (mgr.14182) 200 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:46.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:44.706457+0000 mgr.smithi008.bqmuux (mgr.14182) 199 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:46.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:45.296696+0000 mgr.smithi008.bqmuux (mgr.14182) 200 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:46.742 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:47.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:46.707519+0000 mgr.smithi008.bqmuux (mgr.14182) 201 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:02:48.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:46.707519+0000 mgr.smithi008.bqmuux (mgr.14182) 201 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:02:48.317 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:48.317 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:48.722 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:49.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:48.317852+0000 mgr.smithi008.bqmuux (mgr.14182) 202 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:49.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:48.317852+0000 mgr.smithi008.bqmuux (mgr.14182) 202 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:49.724 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:50.109 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:48.708116+0000 mgr.smithi008.bqmuux (mgr.14182) 203 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:50.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:48.708116+0000 mgr.smithi008.bqmuux (mgr.14182) 203 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:51.240 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:51.240 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:51.754 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:52.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:50.708849+0000 mgr.smithi008.bqmuux (mgr.14182) 204 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:52.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:51.239306+0000 mgr.smithi008.bqmuux (mgr.14182) 205 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:52.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:50.708849+0000 mgr.smithi008.bqmuux (mgr.14182) 204 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:52.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:51.239306+0000 mgr.smithi008.bqmuux (mgr.14182) 205 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:52.755 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:53.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:52.736570+0000 mon.smithi008 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]: dispatch 2024-02-18T02:02:53.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:52.736570+0000 mon.smithi008 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]: dispatch 2024-02-18T02:02:54.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:52.709694+0000 mgr.smithi008.bqmuux (mgr.14182) 206 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:54.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:52.820020+0000 mon.smithi008 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]': finished 2024-02-18T02:02:54.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:52.820112+0000 mon.smithi008 (mon.0) 661 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-18T02:02:54.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:52.709694+0000 mgr.smithi008.bqmuux (mgr.14182) 206 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:02:54.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:52.820020+0000 mon.smithi008 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]': finished 2024-02-18T02:02:54.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:52.820112+0000 mon.smithi008 (mon.0) 661 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-18T02:02:54.352 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:54.352 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:54.794 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:55.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:53.823994+0000 mon.smithi008 (mon.0) 662 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-18T02:02:55.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:54.352598+0000 mgr.smithi008.bqmuux (mgr.14182) 207 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:53.823994+0000 mon.smithi008 (mon.0) 662 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-18T02:02:55.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:54.352598+0000 mgr.smithi008.bqmuux (mgr.14182) 207 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:55.795 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:02:56.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:54.710267+0000 mgr.smithi008.bqmuux (mgr.14182) 208 : cluster [DBG] pgmap v168: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:02:56.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:54.710267+0000 mgr.smithi008.bqmuux (mgr.14182) 208 : cluster [DBG] pgmap v168: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:02:57.320 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:02:57.320 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:02:57.712 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:02:58.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:56.711055+0000 mgr.smithi008.bqmuux (mgr.14182) 209 : cluster [DBG] pgmap v169: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-18T02:02:58.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:02:57.320798+0000 mgr.smithi008.bqmuux (mgr.14182) 210 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:58.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:56.711055+0000 mgr.smithi008.bqmuux (mgr.14182) 209 : cluster [DBG] pgmap v169: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-18T02:02:58.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:02:57.320798+0000 mgr.smithi008.bqmuux (mgr.14182) 210 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:02:58.713 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:02:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:02:58.711723+0000 mgr.smithi008.bqmuux (mgr.14182) 211 : cluster [DBG] pgmap v170: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-18T02:03:00.243 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:00.243 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:02:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:02:58.711723+0000 mgr.smithi008.bqmuux (mgr.14182) 211 : cluster [DBG] pgmap v170: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-18T02:03:00.645 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:01.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:00.243466+0000 mgr.smithi008.bqmuux (mgr.14182) 212 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:01.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:00.243466+0000 mgr.smithi008.bqmuux (mgr.14182) 212 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:01.646 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:02.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:00.712577+0000 mgr.smithi008.bqmuux (mgr.14182) 213 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-18T02:03:02.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:00.712577+0000 mgr.smithi008.bqmuux (mgr.14182) 213 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-18T02:03:03.184 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:03.184 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:03.611 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:04.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:02.713587+0000 mgr.smithi008.bqmuux (mgr.14182) 214 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-18T02:03:04.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:03.184446+0000 mgr.smithi008.bqmuux (mgr.14182) 215 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:04.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:02.713587+0000 mgr.smithi008.bqmuux (mgr.14182) 214 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-18T02:03:04.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:03.184446+0000 mgr.smithi008.bqmuux (mgr.14182) 215 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:04.612 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:06.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:04.714074+0000 mgr.smithi008.bqmuux (mgr.14182) 216 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:03:06.213 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:06.213 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:06.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:04.714074+0000 mgr.smithi008.bqmuux (mgr.14182) 216 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:03:06.628 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:06.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:06.213499+0000 mgr.smithi008.bqmuux (mgr.14182) 217 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:07.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:06.213499+0000 mgr.smithi008.bqmuux (mgr.14182) 217 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:07.629 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:08.016 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:06.715019+0000 mgr.smithi008.bqmuux (mgr.14182) 218 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:08.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:06.715019+0000 mgr.smithi008.bqmuux (mgr.14182) 218 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:09.123 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:09.123 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:09.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:08.087192+0000 mon.smithi008 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:03:09.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:08.087192+0000 mon.smithi008 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:03:09.560 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:10.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:08.716060+0000 mgr.smithi008.bqmuux (mgr.14182) 219 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:10.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:09.123782+0000 mgr.smithi008.bqmuux (mgr.14182) 220 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:10.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:08.716060+0000 mgr.smithi008.bqmuux (mgr.14182) 219 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:10.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:09.123782+0000 mgr.smithi008.bqmuux (mgr.14182) 220 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:10.561 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:12.112 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:12.112 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:12.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:10.716713+0000 mgr.smithi008.bqmuux (mgr.14182) 221 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:12.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:10.716713+0000 mgr.smithi008.bqmuux (mgr.14182) 221 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:12.526 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:13.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:12.112519+0000 mgr.smithi008.bqmuux (mgr.14182) 222 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:13.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:12.112519+0000 mgr.smithi008.bqmuux (mgr.14182) 222 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:13.527 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:14.322 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:12.717574+0000 mgr.smithi008.bqmuux (mgr.14182) 223 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:14.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:12.717574+0000 mgr.smithi008.bqmuux (mgr.14182) 223 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:15.116 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:15.116 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:15.576 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:16.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:14.718105+0000 mgr.smithi008.bqmuux (mgr.14182) 224 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:16.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:15.116499+0000 mgr.smithi008.bqmuux (mgr.14182) 225 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:16.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:14.718105+0000 mgr.smithi008.bqmuux (mgr.14182) 224 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:16.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:15.116499+0000 mgr.smithi008.bqmuux (mgr.14182) 225 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:16.577 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:18.180 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:18.181 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:18.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:16.718831+0000 mgr.smithi008.bqmuux (mgr.14182) 226 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:18.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:16.718831+0000 mgr.smithi008.bqmuux (mgr.14182) 226 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:18.602 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:19.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:18.180878+0000 mgr.smithi008.bqmuux (mgr.14182) 227 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:19.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:18.180878+0000 mgr.smithi008.bqmuux (mgr.14182) 227 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:19.602 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:20.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:18.719614+0000 mgr.smithi008.bqmuux (mgr.14182) 228 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:20.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:18.719614+0000 mgr.smithi008.bqmuux (mgr.14182) 228 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:21.213 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:21.213 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:21.661 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:22.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:20.720475+0000 mgr.smithi008.bqmuux (mgr.14182) 229 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:22.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:21.213203+0000 mgr.smithi008.bqmuux (mgr.14182) 230 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:22.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:20.720475+0000 mgr.smithi008.bqmuux (mgr.14182) 229 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:22.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:21.213203+0000 mgr.smithi008.bqmuux (mgr.14182) 230 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:22.662 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:24.220 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:24.220 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:24.470 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:22.721182+0000 mgr.smithi008.bqmuux (mgr.14182) 231 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:24.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:22.721182+0000 mgr.smithi008.bqmuux (mgr.14182) 231 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:24.651 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:24.220880+0000 mgr.smithi008.bqmuux (mgr.14182) 232 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:25.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:24.220880+0000 mgr.smithi008.bqmuux (mgr.14182) 232 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:25.652 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:26.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:24.721873+0000 mgr.smithi008.bqmuux (mgr.14182) 233 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:26.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:24.721873+0000 mgr.smithi008.bqmuux (mgr.14182) 233 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:27.166 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:27.166 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:27.566 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:26.722678+0000 mgr.smithi008.bqmuux (mgr.14182) 234 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:28.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:27.166792+0000 mgr.smithi008.bqmuux (mgr.14182) 235 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:28.567 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:28.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:26.722678+0000 mgr.smithi008.bqmuux (mgr.14182) 234 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:28.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:27.166792+0000 mgr.smithi008.bqmuux (mgr.14182) 235 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:30.144 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:30.145 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:30.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:28.723255+0000 mgr.smithi008.bqmuux (mgr.14182) 236 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:30.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:28.723255+0000 mgr.smithi008.bqmuux (mgr.14182) 236 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:30.582 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:31.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:30.144658+0000 mgr.smithi008.bqmuux (mgr.14182) 237 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:31.583 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:31.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:30.144658+0000 mgr.smithi008.bqmuux (mgr.14182) 237 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:32.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:30.724110+0000 mgr.smithi008.bqmuux (mgr.14182) 238 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:32.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:30.724110+0000 mgr.smithi008.bqmuux (mgr.14182) 238 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:33.204 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:33.205 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:33.632 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:34.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:32.725054+0000 mgr.smithi008.bqmuux (mgr.14182) 239 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:34.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:33.205193+0000 mgr.smithi008.bqmuux (mgr.14182) 240 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:34.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:32.725054+0000 mgr.smithi008.bqmuux (mgr.14182) 239 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:34.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:33.205193+0000 mgr.smithi008.bqmuux (mgr.14182) 240 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:34.632 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:36.175 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:36.175 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:36.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:34.725639+0000 mgr.smithi008.bqmuux (mgr.14182) 241 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:36.557 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:34.725639+0000 mgr.smithi008.bqmuux (mgr.14182) 241 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:36.582 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:37.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:36.175204+0000 mgr.smithi008.bqmuux (mgr.14182) 242 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:37.583 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:37.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:36.175204+0000 mgr.smithi008.bqmuux (mgr.14182) 242 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:38.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:36.726629+0000 mgr.smithi008.bqmuux (mgr.14182) 243 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:38.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:36.726629+0000 mgr.smithi008.bqmuux (mgr.14182) 243 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:39.102 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:39.102 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:39.514 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:40.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:38.727230+0000 mgr.smithi008.bqmuux (mgr.14182) 244 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:40.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:39.102620+0000 mgr.smithi008.bqmuux (mgr.14182) 245 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:40.515 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:40.550 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:38.727230+0000 mgr.smithi008.bqmuux (mgr.14182) 244 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:40.550 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:39.102620+0000 mgr.smithi008.bqmuux (mgr.14182) 245 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:42.050 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:42.050 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:42.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:40.728036+0000 mgr.smithi008.bqmuux (mgr.14182) 246 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:42.497 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:42.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:40.728036+0000 mgr.smithi008.bqmuux (mgr.14182) 246 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:43.498 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:43.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:42.050261+0000 mgr.smithi008.bqmuux (mgr.14182) 247 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:43.533 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:42.050261+0000 mgr.smithi008.bqmuux (mgr.14182) 247 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:44.464 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:42.729156+0000 mgr.smithi008.bqmuux (mgr.14182) 248 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:44.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:42.729156+0000 mgr.smithi008.bqmuux (mgr.14182) 248 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:45.038 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:45.038 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:45.465 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:46.466 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:46.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:44.729724+0000 mgr.smithi008.bqmuux (mgr.14182) 249 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:46.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:45.039137+0000 mgr.smithi008.bqmuux (mgr.14182) 250 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:46.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:44.729724+0000 mgr.smithi008.bqmuux (mgr.14182) 249 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:46.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:45.039137+0000 mgr.smithi008.bqmuux (mgr.14182) 250 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:47.955 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:47.956 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:48.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:46.730453+0000 mgr.smithi008.bqmuux (mgr.14182) 251 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:48.374 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:48.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:46.730453+0000 mgr.smithi008.bqmuux (mgr.14182) 251 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:49.376 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:49.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:47.956099+0000 mgr.smithi008.bqmuux (mgr.14182) 252 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:49.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:47.956099+0000 mgr.smithi008.bqmuux (mgr.14182) 252 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:50.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:48.731062+0000 mgr.smithi008.bqmuux (mgr.14182) 253 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:50.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:48.731062+0000 mgr.smithi008.bqmuux (mgr.14182) 253 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:50.924 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:50.925 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:51.368 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:52.369 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:52.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:50.731660+0000 mgr.smithi008.bqmuux (mgr.14182) 254 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:52.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:50.925276+0000 mgr.smithi008.bqmuux (mgr.14182) 255 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:52.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:50.731660+0000 mgr.smithi008.bqmuux (mgr.14182) 254 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:52.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:50.925276+0000 mgr.smithi008.bqmuux (mgr.14182) 255 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:53.891 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:53.892 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:54.287 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:54.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:52.732333+0000 mgr.smithi008.bqmuux (mgr.14182) 256 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:54.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:52.732333+0000 mgr.smithi008.bqmuux (mgr.14182) 256 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:55.288 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:55.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:53.891864+0000 mgr.smithi008.bqmuux (mgr.14182) 257 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:55.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:53.891864+0000 mgr.smithi008.bqmuux (mgr.14182) 257 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:56.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:54.732995+0000 mgr.smithi008.bqmuux (mgr.14182) 258 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:56.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:54.732995+0000 mgr.smithi008.bqmuux (mgr.14182) 258 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:03:56.738 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:56.738 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:03:57.145 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:03:58.146 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:03:58.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:56.733699+0000 mgr.smithi008.bqmuux (mgr.14182) 259 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:58.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:03:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:56.738508+0000 mgr.smithi008.bqmuux (mgr.14182) 260 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:58.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:56.733699+0000 mgr.smithi008.bqmuux (mgr.14182) 259 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:03:58.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:03:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:56.738508+0000 mgr.smithi008.bqmuux (mgr.14182) 260 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:03:59.739 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:03:59.739 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:00.168 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:00.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:03:58.734344+0000 mgr.smithi008.bqmuux (mgr.14182) 261 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:00.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:03:58.734344+0000 mgr.smithi008.bqmuux (mgr.14182) 261 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:01.169 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:01.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:03:59.739331+0000 mgr.smithi008.bqmuux (mgr.14182) 262 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:01.559 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:03:59.739331+0000 mgr.smithi008.bqmuux (mgr.14182) 262 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:02.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:00.735027+0000 mgr.smithi008.bqmuux (mgr.14182) 263 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:02.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:00.735027+0000 mgr.smithi008.bqmuux (mgr.14182) 263 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:02.703 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:02.703 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:03.187 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:03.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:02.702899+0000 mgr.smithi008.bqmuux (mgr.14182) 264 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:03.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:02.702899+0000 mgr.smithi008.bqmuux (mgr.14182) 264 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:04.188 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:04.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:02.735711+0000 mgr.smithi008.bqmuux (mgr.14182) 265 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:04.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:02.735711+0000 mgr.smithi008.bqmuux (mgr.14182) 265 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:05.709 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:05.709 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:06.132 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:06.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:04.736274+0000 mgr.smithi008.bqmuux (mgr.14182) 266 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:06.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:05.709559+0000 mgr.smithi008.bqmuux (mgr.14182) 267 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:06.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:04.736274+0000 mgr.smithi008.bqmuux (mgr.14182) 266 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:06.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:05.709559+0000 mgr.smithi008.bqmuux (mgr.14182) 267 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:07.133 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:08.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:06.737232+0000 mgr.smithi008.bqmuux (mgr.14182) 268 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:04:08.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:06.737232+0000 mgr.smithi008.bqmuux (mgr.14182) 268 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:04:08.659 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:08.659 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:09.087 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:09.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:08.657935+0000 mgr.smithi008.bqmuux (mgr.14182) 269 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:09.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:08.657935+0000 mgr.smithi008.bqmuux (mgr.14182) 269 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:10.088 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:10.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:08.737845+0000 mgr.smithi008.bqmuux (mgr.14182) 270 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:10.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:09.998107+0000 mon.smithi008 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.fqjvrt"}]: dispatch 2024-02-18T02:04:10.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:08.737845+0000 mgr.smithi008.bqmuux (mgr.14182) 270 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:10.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:09.998107+0000 mon.smithi008 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.fqjvrt"}]: dispatch 2024-02-18T02:04:11.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:04:09.997313+0000 mgr.smithi008.bqmuux (mgr.14182) 271 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.fqjvrt ... 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:02:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:02:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:03:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:04:11.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Traceback (most recent call last): 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: yield (conn, connr) 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: code, '\n'.join(err))) 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.fqjvrt ... 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:02:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:02:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:03:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:04:09.997662+0000 mgr.smithi008.bqmuux (mgr.14182) 272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:04:09.999047+0000 mgr.smithi008.bqmuux (mgr.14182) 273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.fqjvrt ... 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:04:11.506 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:02:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.506 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:02:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.506 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:03:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.506 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:04:11.506 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.506 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:04:10.000917+0000 mgr.smithi008.bqmuux (mgr.14182) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.aoxtyt on smithi008 2024-02-18T02:04:11.597 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:11.597 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:11.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:04:09.997313+0000 mgr.smithi008.bqmuux (mgr.14182) 271 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.fqjvrt ... 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:02:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:02:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:03:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Traceback (most recent call last): 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:04:11.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: yield (conn, connr) 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: code, '\n'.join(err))) 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.fqjvrt ... 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:02:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:02:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:03:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:04:11.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:04:09.997662+0000 mgr.smithi008.bqmuux (mgr.14182) 272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:04:09.999047+0000 mgr.smithi008.bqmuux (mgr.14182) 273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.fqjvrt ... 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:02:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:02:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:03:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:04:11.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:04:10.000917+0000 mgr.smithi008.bqmuux (mgr.14182) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.aoxtyt on smithi008 2024-02-18T02:04:12.069 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:12.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:10.738615+0000 mgr.smithi008.bqmuux (mgr.14182) 275 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:12.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:11.597099+0000 mgr.smithi008.bqmuux (mgr.14182) 276 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:12.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:10.738615+0000 mgr.smithi008.bqmuux (mgr.14182) 275 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:12.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:11.597099+0000 mgr.smithi008.bqmuux (mgr.14182) 276 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:13.070 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:14.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:12.739304+0000 mgr.smithi008.bqmuux (mgr.14182) 277 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:14.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:12.739304+0000 mgr.smithi008.bqmuux (mgr.14182) 277 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:14.622 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:14.622 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:15.035 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:15.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:14.622621+0000 mgr.smithi008.bqmuux (mgr.14182) 278 : audit [DBG] from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:15.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:14.622621+0000 mgr.smithi008.bqmuux (mgr.14182) 278 : audit [DBG] from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:16.036 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:16.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:14.739829+0000 mgr.smithi008.bqmuux (mgr.14182) 279 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:16.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:14.739829+0000 mgr.smithi008.bqmuux (mgr.14182) 279 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:17.547 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:17.548 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:17.968 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:18.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:16.740633+0000 mgr.smithi008.bqmuux (mgr.14182) 280 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-18T02:04:18.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:17.547624+0000 mgr.smithi008.bqmuux (mgr.14182) 281 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:18.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:16.740633+0000 mgr.smithi008.bqmuux (mgr.14182) 280 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-18T02:04:18.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:17.547624+0000 mgr.smithi008.bqmuux (mgr.14182) 281 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:18.969 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:20.552 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:20.552 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:20.573 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:18.741288+0000 mgr.smithi008.bqmuux (mgr.14182) 282 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:20.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:18.741288+0000 mgr.smithi008.bqmuux (mgr.14182) 282 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:04:20.952 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:21.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:20.551945+0000 mgr.smithi008.bqmuux (mgr.14182) 283 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:21.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:20.551945+0000 mgr.smithi008.bqmuux (mgr.14182) 283 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:21.953 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:22.534 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:20.742128+0000 mgr.smithi008.bqmuux (mgr.14182) 284 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:22.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:20.742128+0000 mgr.smithi008.bqmuux (mgr.14182) 284 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:23.525 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:23.525 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:23.934 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:24.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:22.743003+0000 mgr.smithi008.bqmuux (mgr.14182) 285 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:24.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:23.525676+0000 mgr.smithi008.bqmuux (mgr.14182) 286 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:24.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:22.743003+0000 mgr.smithi008.bqmuux (mgr.14182) 285 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:24.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:23.525676+0000 mgr.smithi008.bqmuux (mgr.14182) 286 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:24.935 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:26.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:24.743584+0000 mgr.smithi008.bqmuux (mgr.14182) 287 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:26.500 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:26.500 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:26.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:24.743584+0000 mgr.smithi008.bqmuux (mgr.14182) 287 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:26.917 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:27.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:26.501046+0000 mgr.smithi008.bqmuux (mgr.14182) 288 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:27.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:26.501046+0000 mgr.smithi008.bqmuux (mgr.14182) 288 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:27.917 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:28.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:26.744409+0000 mgr.smithi008.bqmuux (mgr.14182) 289 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:04:28.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:26.744409+0000 mgr.smithi008.bqmuux (mgr.14182) 289 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:04:29.473 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:29.975 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:30.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:28.745134+0000 mgr.smithi008.bqmuux (mgr.14182) 290 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:30.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:29.474142+0000 mgr.smithi008.bqmuux (mgr.14182) 291 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:30.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:28.745134+0000 mgr.smithi008.bqmuux (mgr.14182) 290 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:30.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:29.474142+0000 mgr.smithi008.bqmuux (mgr.14182) 291 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:30.975 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:32.552 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:32.552 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:32.581 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:30.745866+0000 mgr.smithi008.bqmuux (mgr.14182) 292 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:32.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:30.745866+0000 mgr.smithi008.bqmuux (mgr.14182) 292 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:33.032 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:33.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:32.552167+0000 mgr.smithi008.bqmuux (mgr.14182) 293 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:33.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:32.552167+0000 mgr.smithi008.bqmuux (mgr.14182) 293 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:34.033 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:34.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:32.746819+0000 mgr.smithi008.bqmuux (mgr.14182) 294 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:34.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:32.746819+0000 mgr.smithi008.bqmuux (mgr.14182) 294 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:35.595 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:35.595 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:36.009 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:36.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:34.747442+0000 mgr.smithi008.bqmuux (mgr.14182) 295 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:04:36.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:35.595437+0000 mgr.smithi008.bqmuux (mgr.14182) 296 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:36.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:34.747442+0000 mgr.smithi008.bqmuux (mgr.14182) 295 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:04:36.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:35.595437+0000 mgr.smithi008.bqmuux (mgr.14182) 296 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:37.010 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:38.558 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:38.558 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:38.581 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:36.748158+0000 mgr.smithi008.bqmuux (mgr.14182) 297 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:04:38.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:36.748158+0000 mgr.smithi008.bqmuux (mgr.14182) 297 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:04:38.964 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:39.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:38.558577+0000 mgr.smithi008.bqmuux (mgr.14182) 298 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:39.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:38.558577+0000 mgr.smithi008.bqmuux (mgr.14182) 298 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:39.965 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:40.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:38.748834+0000 mgr.smithi008.bqmuux (mgr.14182) 299 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:40.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:38.748834+0000 mgr.smithi008.bqmuux (mgr.14182) 299 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:41.452 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:41.452 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:41.893 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:42.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:40.749646+0000 mgr.smithi008.bqmuux (mgr.14182) 300 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:42.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:41.452770+0000 mgr.smithi008.bqmuux (mgr.14182) 301 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:42.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:40.749646+0000 mgr.smithi008.bqmuux (mgr.14182) 300 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:42.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:41.452770+0000 mgr.smithi008.bqmuux (mgr.14182) 301 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:42.894 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:44.561 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:44.561 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:44.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:42.750363+0000 mgr.smithi008.bqmuux (mgr.14182) 302 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:44.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:42.750363+0000 mgr.smithi008.bqmuux (mgr.14182) 302 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:04:45.007 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:45.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:44.561545+0000 mgr.smithi008.bqmuux (mgr.14182) 303 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:45.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:44.561545+0000 mgr.smithi008.bqmuux (mgr.14182) 303 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:46.008 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:46.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:44.751199+0000 mgr.smithi008.bqmuux (mgr.14182) 304 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2024-02-18T02:04:46.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:44.751199+0000 mgr.smithi008.bqmuux (mgr.14182) 304 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2024-02-18T02:04:47.567 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:47.567 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:48.023 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:48.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:46.751885+0000 mgr.smithi008.bqmuux (mgr.14182) 305 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 85 B/s wr, 0 op/s 2024-02-18T02:04:48.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:47.568055+0000 mgr.smithi008.bqmuux (mgr.14182) 306 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:48.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:46.751885+0000 mgr.smithi008.bqmuux (mgr.14182) 305 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 85 B/s wr, 0 op/s 2024-02-18T02:04:48.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:47.568055+0000 mgr.smithi008.bqmuux (mgr.14182) 306 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:49.024 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:50.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:48.752657+0000 mgr.smithi008.bqmuux (mgr.14182) 307 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 85 B/s wr, 1 op/s 2024-02-18T02:04:50.503 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:50.503 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:50.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:48.752657+0000 mgr.smithi008.bqmuux (mgr.14182) 307 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 85 B/s wr, 1 op/s 2024-02-18T02:04:50.913 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:51.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:50.503567+0000 mgr.smithi008.bqmuux (mgr.14182) 308 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:51.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:50.503567+0000 mgr.smithi008.bqmuux (mgr.14182) 308 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:51.913 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:52.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:50.753469+0000 mgr.smithi008.bqmuux (mgr.14182) 309 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-18T02:04:52.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:50.753469+0000 mgr.smithi008.bqmuux (mgr.14182) 309 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-18T02:04:53.430 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:53.431 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:53.880 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:54.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:52.754247+0000 mgr.smithi008.bqmuux (mgr.14182) 310 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-18T02:04:54.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:53.431311+0000 mgr.smithi008.bqmuux (mgr.14182) 311 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:54.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:52.754247+0000 mgr.smithi008.bqmuux (mgr.14182) 310 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-18T02:04:54.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:53.431311+0000 mgr.smithi008.bqmuux (mgr.14182) 311 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:54.881 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:56.394 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:56.394 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:56.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:54.755011+0000 mgr.smithi008.bqmuux (mgr.14182) 312 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-18T02:04:56.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:54.755011+0000 mgr.smithi008.bqmuux (mgr.14182) 312 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-18T02:04:56.796 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:04:57.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:56.394490+0000 mgr.smithi008.bqmuux (mgr.14182) 313 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:57.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:56.394490+0000 mgr.smithi008.bqmuux (mgr.14182) 313 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:04:57.797 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:04:58.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:04:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:56.755839+0000 mgr.smithi008.bqmuux (mgr.14182) 314 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-02-18T02:04:58.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:04:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:56.755839+0000 mgr.smithi008.bqmuux (mgr.14182) 314 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-02-18T02:04:59.412 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:04:59.412 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:04:59.813 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:00.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:04:58.756549+0000 mgr.smithi008.bqmuux (mgr.14182) 315 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:05:00.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:04:59.412605+0000 mgr.smithi008.bqmuux (mgr.14182) 316 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:00.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:04:58.756549+0000 mgr.smithi008.bqmuux (mgr.14182) 315 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:05:00.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:04:59.412605+0000 mgr.smithi008.bqmuux (mgr.14182) 316 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:00.814 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:02.427 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:02.427 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:02.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:00.757303+0000 mgr.smithi008.bqmuux (mgr.14182) 317 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:05:02.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:00.757303+0000 mgr.smithi008.bqmuux (mgr.14182) 317 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:05:02.914 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:03.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:02.427247+0000 mgr.smithi008.bqmuux (mgr.14182) 318 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:03.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:02.427247+0000 mgr.smithi008.bqmuux (mgr.14182) 318 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:03.916 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:04.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:02.758165+0000 mgr.smithi008.bqmuux (mgr.14182) 319 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:04.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:02.758165+0000 mgr.smithi008.bqmuux (mgr.14182) 319 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:05.463 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:05.463 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:05.903 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:06.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:04.758944+0000 mgr.smithi008.bqmuux (mgr.14182) 320 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:06.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:05.463981+0000 mgr.smithi008.bqmuux (mgr.14182) 321 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:06.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:04.758944+0000 mgr.smithi008.bqmuux (mgr.14182) 320 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:06.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:05.463981+0000 mgr.smithi008.bqmuux (mgr.14182) 321 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:06.904 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:08.426 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:08.426 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:08.673 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:06.759799+0000 mgr.smithi008.bqmuux (mgr.14182) 322 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:08.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:06.759799+0000 mgr.smithi008.bqmuux (mgr.14182) 322 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:08.913 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:09.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:08.426181+0000 mgr.smithi008.bqmuux (mgr.14182) 323 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:09.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:08.426181+0000 mgr.smithi008.bqmuux (mgr.14182) 323 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:09.913 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:10.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:08.760521+0000 mgr.smithi008.bqmuux (mgr.14182) 324 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:10.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:08.760521+0000 mgr.smithi008.bqmuux (mgr.14182) 324 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:11.510 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:11.510 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:11.977 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:12.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:10.761242+0000 mgr.smithi008.bqmuux (mgr.14182) 325 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:12.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:11.510694+0000 mgr.smithi008.bqmuux (mgr.14182) 326 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:12.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:10.761242+0000 mgr.smithi008.bqmuux (mgr.14182) 325 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:12.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:11.510694+0000 mgr.smithi008.bqmuux (mgr.14182) 326 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:12.978 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:14.517 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:14.517 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:14.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:12.762176+0000 mgr.smithi008.bqmuux (mgr.14182) 327 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:14.764 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:12.762176+0000 mgr.smithi008.bqmuux (mgr.14182) 327 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:15.036 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:15.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:14.517226+0000 mgr.smithi008.bqmuux (mgr.14182) 328 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:15.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:14.517226+0000 mgr.smithi008.bqmuux (mgr.14182) 328 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:16.037 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:16.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:14.762943+0000 mgr.smithi008.bqmuux (mgr.14182) 329 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:16.831 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:14.762943+0000 mgr.smithi008.bqmuux (mgr.14182) 329 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:17.679 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:17.680 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:18.168 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:18.394 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:16.763677+0000 mgr.smithi008.bqmuux (mgr.14182) 330 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:18.394 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:17.679827+0000 mgr.smithi008.bqmuux (mgr.14182) 331 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:18.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:16.763677+0000 mgr.smithi008.bqmuux (mgr.14182) 330 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:18.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:17.679827+0000 mgr.smithi008.bqmuux (mgr.14182) 331 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:19.170 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:20.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:18.764496+0000 mgr.smithi008.bqmuux (mgr.14182) 332 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:20.775 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:20.775 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:20.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:18.764496+0000 mgr.smithi008.bqmuux (mgr.14182) 332 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:21.220 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:22.221 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:22.598 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:20.765062+0000 mgr.smithi008.bqmuux (mgr.14182) 333 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:22.598 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:20.775638+0000 mgr.smithi008.bqmuux (mgr.14182) 334 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:22.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:20.765062+0000 mgr.smithi008.bqmuux (mgr.14182) 333 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:22.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:20.775638+0000 mgr.smithi008.bqmuux (mgr.14182) 334 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:23.780 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:23.781 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:24.185 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:24.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:22.765898+0000 mgr.smithi008.bqmuux (mgr.14182) 335 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:24.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:22.765898+0000 mgr.smithi008.bqmuux (mgr.14182) 335 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:25.187 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:25.556 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:23.781336+0000 mgr.smithi008.bqmuux (mgr.14182) 336 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:25.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:23.781336+0000 mgr.smithi008.bqmuux (mgr.14182) 336 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:26.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:24.766638+0000 mgr.smithi008.bqmuux (mgr.14182) 337 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:26.665 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:26.665 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:26.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:24.766638+0000 mgr.smithi008.bqmuux (mgr.14182) 337 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:27.126 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:27.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:26.665487+0000 mgr.smithi008.bqmuux (mgr.14182) 338 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:27.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:26.665487+0000 mgr.smithi008.bqmuux (mgr.14182) 338 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:28.127 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:28.690 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:26.767212+0000 mgr.smithi008.bqmuux (mgr.14182) 339 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:28.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:26.767212+0000 mgr.smithi008.bqmuux (mgr.14182) 339 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:29.655 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:29.656 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:30.075 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:30.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:28.768119+0000 mgr.smithi008.bqmuux (mgr.14182) 340 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:30.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:29.655912+0000 mgr.smithi008.bqmuux (mgr.14182) 341 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:30.831 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:28.768119+0000 mgr.smithi008.bqmuux (mgr.14182) 340 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:30.831 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:29.655912+0000 mgr.smithi008.bqmuux (mgr.14182) 341 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:31.076 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:32.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:30.768826+0000 mgr.smithi008.bqmuux (mgr.14182) 342 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:32.708 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:32.708 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:32.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:30.768826+0000 mgr.smithi008.bqmuux (mgr.14182) 342 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:33.141 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:33.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:32.708948+0000 mgr.smithi008.bqmuux (mgr.14182) 343 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:33.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:32.708948+0000 mgr.smithi008.bqmuux (mgr.14182) 343 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:34.142 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:34.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:32.769542+0000 mgr.smithi008.bqmuux (mgr.14182) 344 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:34.761 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:32.769542+0000 mgr.smithi008.bqmuux (mgr.14182) 344 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:35.739 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:35.740 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:36.192 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:36.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:34.770176+0000 mgr.smithi008.bqmuux (mgr.14182) 345 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:36.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:34.770176+0000 mgr.smithi008.bqmuux (mgr.14182) 345 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:37.193 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:37.563 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:35.739662+0000 mgr.smithi008.bqmuux (mgr.14182) 346 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:37.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:35.739662+0000 mgr.smithi008.bqmuux (mgr.14182) 346 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:38.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:36.770934+0000 mgr.smithi008.bqmuux (mgr.14182) 347 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:38.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:36.770934+0000 mgr.smithi008.bqmuux (mgr.14182) 347 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:38.754 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:38.754 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:39.194 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:40.195 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:40.571 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:38.754780+0000 mgr.smithi008.bqmuux (mgr.14182) 348 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:40.571 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:38.771645+0000 mgr.smithi008.bqmuux (mgr.14182) 349 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:40.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:38.754780+0000 mgr.smithi008.bqmuux (mgr.14182) 348 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:40.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:38.771645+0000 mgr.smithi008.bqmuux (mgr.14182) 349 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:41.711 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:41.711 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:42.181 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:42.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:40.772477+0000 mgr.smithi008.bqmuux (mgr.14182) 350 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:42.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:41.711339+0000 mgr.smithi008.bqmuux (mgr.14182) 351 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:42.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:40.772477+0000 mgr.smithi008.bqmuux (mgr.14182) 350 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:42.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:41.711339+0000 mgr.smithi008.bqmuux (mgr.14182) 351 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:43.182 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:44.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:42.773413+0000 mgr.smithi008.bqmuux (mgr.14182) 352 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:44.676 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:44.676 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:44.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:42.773413+0000 mgr.smithi008.bqmuux (mgr.14182) 352 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:45.149 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:45.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:44.677217+0000 mgr.smithi008.bqmuux (mgr.14182) 353 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:45.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:44.677217+0000 mgr.smithi008.bqmuux (mgr.14182) 353 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:46.150 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:46.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:44.774045+0000 mgr.smithi008.bqmuux (mgr.14182) 354 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:46.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:44.774045+0000 mgr.smithi008.bqmuux (mgr.14182) 354 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:47.684 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:47.684 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:48.226 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:48.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:46.774789+0000 mgr.smithi008.bqmuux (mgr.14182) 355 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:48.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:47.685424+0000 mgr.smithi008.bqmuux (mgr.14182) 356 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:48.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:46.774789+0000 mgr.smithi008.bqmuux (mgr.14182) 355 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:48.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:47.685424+0000 mgr.smithi008.bqmuux (mgr.14182) 356 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:49.227 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:50.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:48.775478+0000 mgr.smithi008.bqmuux (mgr.14182) 357 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:50.737 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:50.737 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:50.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:48.775478+0000 mgr.smithi008.bqmuux (mgr.14182) 357 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:51.245 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:52.246 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:52.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:50.738165+0000 mgr.smithi008.bqmuux (mgr.14182) 358 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:52.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:50.776077+0000 mgr.smithi008.bqmuux (mgr.14182) 359 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:52.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:50.738165+0000 mgr.smithi008.bqmuux (mgr.14182) 358 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:52.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:50.776077+0000 mgr.smithi008.bqmuux (mgr.14182) 359 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:53.745 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:53.746 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:54.201 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:54.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:52.776928+0000 mgr.smithi008.bqmuux (mgr.14182) 360 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:54.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:52.776928+0000 mgr.smithi008.bqmuux (mgr.14182) 360 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:55.202 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:55.577 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:53.746185+0000 mgr.smithi008.bqmuux (mgr.14182) 361 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:55.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:53.746185+0000 mgr.smithi008.bqmuux (mgr.14182) 361 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:56.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:54.777860+0000 mgr.smithi008.bqmuux (mgr.14182) 362 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:56.804 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:56.804 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:05:56.827 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:54.777860+0000 mgr.smithi008.bqmuux (mgr.14182) 362 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:05:57.291 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:05:58.295 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:05:58.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:56.778625+0000 mgr.smithi008.bqmuux (mgr.14182) 363 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:58.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:05:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:56.804761+0000 mgr.smithi008.bqmuux (mgr.14182) 364 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:58.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:56.778625+0000 mgr.smithi008.bqmuux (mgr.14182) 363 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:05:58.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:05:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:56.804761+0000 mgr.smithi008.bqmuux (mgr.14182) 364 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:05:59.791 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:05:59.791 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:00.212 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:00.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:05:58.779325+0000 mgr.smithi008.bqmuux (mgr.14182) 365 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:00.831 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:05:58.779325+0000 mgr.smithi008.bqmuux (mgr.14182) 365 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:01.213 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:01.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:05:59.791510+0000 mgr.smithi008.bqmuux (mgr.14182) 366 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:01.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:05:59.791510+0000 mgr.smithi008.bqmuux (mgr.14182) 366 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:02.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:00.780251+0000 mgr.smithi008.bqmuux (mgr.14182) 367 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:02.700 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:02.701 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:02.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:00.780251+0000 mgr.smithi008.bqmuux (mgr.14182) 367 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:03.105 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:03.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:02.701380+0000 mgr.smithi008.bqmuux (mgr.14182) 368 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:03.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:02.701380+0000 mgr.smithi008.bqmuux (mgr.14182) 368 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:04.106 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:04.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:02.781198+0000 mgr.smithi008.bqmuux (mgr.14182) 369 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:04.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:02.781198+0000 mgr.smithi008.bqmuux (mgr.14182) 369 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:05.640 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:05.640 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:06.165 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:06.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:04.782067+0000 mgr.smithi008.bqmuux (mgr.14182) 370 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:06:06.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:05.640822+0000 mgr.smithi008.bqmuux (mgr.14182) 371 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:07.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:04.782067+0000 mgr.smithi008.bqmuux (mgr.14182) 370 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:06:07.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:05.640822+0000 mgr.smithi008.bqmuux (mgr.14182) 371 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:07.166 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:08.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:06.782865+0000 mgr.smithi008.bqmuux (mgr.14182) 372 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:08.687 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:08.687 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:09.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:06.782865+0000 mgr.smithi008.bqmuux (mgr.14182) 372 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:09.089 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:09.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:08.687675+0000 mgr.smithi008.bqmuux (mgr.14182) 373 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:10.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:08.687675+0000 mgr.smithi008.bqmuux (mgr.14182) 373 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:10.090 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:10.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:08.783591+0000 mgr.smithi008.bqmuux (mgr.14182) 374 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:11.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:08.783591+0000 mgr.smithi008.bqmuux (mgr.14182) 374 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:11.641 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:11.641 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:12.113 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:12.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:10.784484+0000 mgr.smithi008.bqmuux (mgr.14182) 375 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:12.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:11.641759+0000 mgr.smithi008.bqmuux (mgr.14182) 376 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:13.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:10.784484+0000 mgr.smithi008.bqmuux (mgr.14182) 375 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:13.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:11.641759+0000 mgr.smithi008.bqmuux (mgr.14182) 376 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:13.115 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:14.648 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:14.648 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:14.815 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:12.785332+0000 mgr.smithi008.bqmuux (mgr.14182) 377 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:15.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:12.785332+0000 mgr.smithi008.bqmuux (mgr.14182) 377 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:15.063 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:15.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:14.648343+0000 mgr.smithi008.bqmuux (mgr.14182) 378 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:16.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:14.648343+0000 mgr.smithi008.bqmuux (mgr.14182) 378 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:16.064 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:16.856 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:14.786035+0000 mgr.smithi008.bqmuux (mgr.14182) 379 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:06:17.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:14.786035+0000 mgr.smithi008.bqmuux (mgr.14182) 379 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:06:17.654 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:17.654 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:18.119 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:18.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:16.786786+0000 mgr.smithi008.bqmuux (mgr.14182) 380 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:18.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:17.654497+0000 mgr.smithi008.bqmuux (mgr.14182) 381 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:19.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:16.786786+0000 mgr.smithi008.bqmuux (mgr.14182) 380 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:19.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:17.654497+0000 mgr.smithi008.bqmuux (mgr.14182) 381 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:19.119 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:20.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:18.787571+0000 mgr.smithi008.bqmuux (mgr.14182) 382 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:20.710 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:20.710 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:21.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:18.787571+0000 mgr.smithi008.bqmuux (mgr.14182) 382 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:21.118 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:21.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:20.710445+0000 mgr.smithi008.bqmuux (mgr.14182) 383 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:22.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:20.710445+0000 mgr.smithi008.bqmuux (mgr.14182) 383 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:22.119 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:22.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:20.788172+0000 mgr.smithi008.bqmuux (mgr.14182) 384 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:23.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:20.788172+0000 mgr.smithi008.bqmuux (mgr.14182) 384 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:23.671 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:23.671 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:24.173 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:24.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:22.789043+0000 mgr.smithi008.bqmuux (mgr.14182) 385 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:24.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:23.671904+0000 mgr.smithi008.bqmuux (mgr.14182) 386 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:25.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:22.789043+0000 mgr.smithi008.bqmuux (mgr.14182) 385 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:25.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:23.671904+0000 mgr.smithi008.bqmuux (mgr.14182) 386 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:25.173 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:26.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:24.789799+0000 mgr.smithi008.bqmuux (mgr.14182) 387 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:06:26.775 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:26.775 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:27.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:24.789799+0000 mgr.smithi008.bqmuux (mgr.14182) 387 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:06:27.176 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:28.178 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:28.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:26.775310+0000 mgr.smithi008.bqmuux (mgr.14182) 388 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:28.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:26.790424+0000 mgr.smithi008.bqmuux (mgr.14182) 389 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:29.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:26.775310+0000 mgr.smithi008.bqmuux (mgr.14182) 388 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:29.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:26.790424+0000 mgr.smithi008.bqmuux (mgr.14182) 389 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:29.680 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:29.681 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:30.160 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:30.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:28.791142+0000 mgr.smithi008.bqmuux (mgr.14182) 390 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:30.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:29.681427+0000 mgr.smithi008.bqmuux (mgr.14182) 391 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:31.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:28.791142+0000 mgr.smithi008.bqmuux (mgr.14182) 390 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:31.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:29.681427+0000 mgr.smithi008.bqmuux (mgr.14182) 391 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:31.161 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:32.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:30.791822+0000 mgr.smithi008.bqmuux (mgr.14182) 392 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:32.770 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:32.770 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:33.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:30.791822+0000 mgr.smithi008.bqmuux (mgr.14182) 392 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:33.208 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:34.209 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:34.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:32.770827+0000 mgr.smithi008.bqmuux (mgr.14182) 393 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:34.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:32.792612+0000 mgr.smithi008.bqmuux (mgr.14182) 394 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:35.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:32.770827+0000 mgr.smithi008.bqmuux (mgr.14182) 393 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:35.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:32.792612+0000 mgr.smithi008.bqmuux (mgr.14182) 394 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:35.687 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:35.687 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:36.092 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:36.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:34.793312+0000 mgr.smithi008.bqmuux (mgr.14182) 395 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:06:36.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:35.687434+0000 mgr.smithi008.bqmuux (mgr.14182) 396 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:37.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:34.793312+0000 mgr.smithi008.bqmuux (mgr.14182) 395 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:06:37.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:35.687434+0000 mgr.smithi008.bqmuux (mgr.14182) 396 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:37.093 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:38.655 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:38.655 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:27.521633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:27.521803Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:27.521887Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:27.521962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:27.522034Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-18T02:06:38.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:36.794180+0000 mgr.smithi008.bqmuux (mgr.14182) 397 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:39.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:36.794180+0000 mgr.smithi008.bqmuux (mgr.14182) 397 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:39.100 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:39.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:38.655203+0000 mgr.smithi008.bqmuux (mgr.14182) 398 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:40.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:38.655203+0000 mgr.smithi008.bqmuux (mgr.14182) 398 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:40.101 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:40.831 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:38.794845+0000 mgr.smithi008.bqmuux (mgr.14182) 399 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:40.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:40.036847+0000 mon.smithi008 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.aoxtyt"}]: dispatch 2024-02-18T02:06:40.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:40.042708+0000 mon.smithi008 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:40.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:40.045401+0000 mon.smithi008 (mon.0) 667 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:06:41.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:38.794845+0000 mgr.smithi008.bqmuux (mgr.14182) 399 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:06:41.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:40.036847+0000 mon.smithi008 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.aoxtyt"}]: dispatch 2024-02-18T02:06:41.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:40.042708+0000 mon.smithi008 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:41.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:40.045401+0000 mon.smithi008 (mon.0) 667 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:06:41.754 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:06:40.036152+0000 mgr.smithi008.bqmuux (mgr.14182) 400 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:41.754 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:41.754 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:41.754 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:41.754 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.aoxtyt ... 2024-02-18T02:06:41.754 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:04:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:05:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:06:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Traceback (most recent call last): 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: yield (conn, connr) 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: code, '\n'.join(err))) 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:41.755 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.aoxtyt ... 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:04:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:05:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:06:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:06:40.036378+0000 mgr.smithi008.bqmuux (mgr.14182) 401 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:06:40.037658+0000 mgr.smithi008.bqmuux (mgr.14182) 402 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:41.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.aoxtyt ... 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:04:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:05:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:06:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:06:40.043103+0000 mgr.smithi008.bqmuux (mgr.14182) 403 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:06:40.044430+0000 mgr.smithi008.bqmuux (mgr.14182) 404 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:40.045428+0000 mgr.smithi008.bqmuux (mgr.14182) 405 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:41.040618+0000 mon.smithi008 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:06:41.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:41.491761+0000 mon.smithi008 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:06:40.036152+0000 mgr.smithi008.bqmuux (mgr.14182) 400 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.aoxtyt ... 2024-02-18T02:06:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:42.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:04:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:05:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:06:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Traceback (most recent call last): 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: yield (conn, connr) 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: code, '\n'.join(err))) 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:42.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.aoxtyt ... 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:04:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:05:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:06:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:06:40.036378+0000 mgr.smithi008.bqmuux (mgr.14182) 401 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:06:40.037658+0000 mgr.smithi008.bqmuux (mgr.14182) 402 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:42.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.aoxtyt ... 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:04:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:05:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:06:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:06:40.043103+0000 mgr.smithi008.bqmuux (mgr.14182) 403 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:06:40.044430+0000 mgr.smithi008.bqmuux (mgr.14182) 404 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:40.045428+0000 mgr.smithi008.bqmuux (mgr.14182) 405 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:41.040618+0000 mon.smithi008 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:06:42.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:41.491761+0000 mon.smithi008 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:42.341 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:42.342 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:01:30.656071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:01:30.656142Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:01:30.656212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:01:30.655991Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:01:30.655830Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:01:30.656277Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:01:30.656426Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:01:30.656344Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 1, "size": 2}}] 2024-02-18T02:06:42.891 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:06:43.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:42.046198+0000 mgr.smithi008.bqmuux (mgr.14182) 406 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-18T02:06:43.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:42.341664+0000 mgr.smithi008.bqmuux (mgr.14182) 407 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:43.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:43.191596+0000 mon.smithi008 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:43.892 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:44.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:42.046198+0000 mgr.smithi008.bqmuux (mgr.14182) 406 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-18T02:06:44.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:42.341664+0000 mgr.smithi008.bqmuux (mgr.14182) 407 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:44.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:43.191596+0000 mon.smithi008 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:45.815 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:45.816 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:06:45.846 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:44.047031+0000 mgr.smithi008.bqmuux (mgr.14182) 408 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-18T02:06:45.846 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:45.265123+0000 mon.smithi008 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:46.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:44.047031+0000 mgr.smithi008.bqmuux (mgr.14182) 408 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-18T02:06:46.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:45.265123+0000 mon.smithi008 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:46.208 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-18T02:06:46.208 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-18T02:06:46.219 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-18T02:06:46.219 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:46.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:45.704960+0000 mon.smithi008 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:06:46.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:45.705761+0000 mon.smithi008 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:06:46.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:06:45.709510+0000 mgr.smithi008.bqmuux (mgr.14182) 409 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-18T02:06:46.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:46.006792+0000 mon.smithi008 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:46.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:46.012845+0000 mon.smithi008 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:46.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:46.019048+0000 mon.smithi008 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:46.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:46.026443+0000 mon.smithi008 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:06:46.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:46.036826+0000 mon.smithi008 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:47.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:45.704960+0000 mon.smithi008 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:06:47.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:45.705761+0000 mon.smithi008 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:06:47.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:06:45.709510+0000 mgr.smithi008.bqmuux (mgr.14182) 409 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-18T02:06:47.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:46.006792+0000 mon.smithi008 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:47.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:46.012845+0000 mon.smithi008 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:47.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:46.019048+0000 mon.smithi008 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:47.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:46.026443+0000 mon.smithi008 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:06:47.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:46.036826+0000 mon.smithi008 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:06:47.806 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:47.806 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:06:47.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:45.812077+0000 mgr.smithi008.bqmuux (mgr.14182) 410 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:47.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:46.021506+0000 mgr.smithi008.bqmuux (mgr.14182) 411 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:06:47.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:06:46.040581+0000 mgr.smithi008.bqmuux (mgr.14182) 412 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.zwpcos on smithi148 2024-02-18T02:06:47.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:47.017268+0000 mon.smithi008 (mon.0) 679 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:06:47.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:47.017304+0000 mon.smithi008 (mon.0) 680 : cluster [INF] Cluster is now healthy 2024-02-18T02:06:48.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:45.812077+0000 mgr.smithi008.bqmuux (mgr.14182) 410 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:48.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:46.021506+0000 mgr.smithi008.bqmuux (mgr.14182) 411 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:06:48.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:06:46.040581+0000 mgr.smithi008.bqmuux (mgr.14182) 412 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.zwpcos on smithi148 2024-02-18T02:06:48.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:47.017268+0000 mon.smithi008 (mon.0) 679 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:06:48.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:47.017304+0000 mon.smithi008 (mon.0) 680 : cluster [INF] Cluster is now healthy 2024-02-18T02:06:48.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:06:49.219 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:49.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:47.806096+0000 mgr.smithi008.bqmuux (mgr.14182) 413 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:49.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:48.022338+0000 mgr.smithi008.bqmuux (mgr.14182) 414 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 91 B/s wr, 2 op/s 2024-02-18T02:06:50.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:47.806096+0000 mgr.smithi008.bqmuux (mgr.14182) 413 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:50.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:48.022338+0000 mgr.smithi008.bqmuux (mgr.14182) 414 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 91 B/s wr, 2 op/s 2024-02-18T02:06:50.760 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:50.760 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:06:51.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:06:51.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:50.023200+0000 mgr.smithi008.bqmuux (mgr.14182) 415 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 182 B/s wr, 2 op/s 2024-02-18T02:06:52.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:50.023200+0000 mgr.smithi008.bqmuux (mgr.14182) 415 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 182 B/s wr, 2 op/s 2024-02-18T02:06:52.208 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:52.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:50.759423+0000 mgr.smithi008.bqmuux (mgr.14182) 416 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:53.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:50.759423+0000 mgr.smithi008.bqmuux (mgr.14182) 416 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:53.788 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:53.788 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:06:53.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:52.023944+0000 mgr.smithi008.bqmuux (mgr.14182) 417 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T02:06:54.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:52.023944+0000 mgr.smithi008.bqmuux (mgr.14182) 417 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T02:06:54.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:06:55.234 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:55.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:53.788096+0000 mgr.smithi008.bqmuux (mgr.14182) 418 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:55.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:54.024947+0000 mgr.smithi008.bqmuux (mgr.14182) 419 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T02:06:56.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:53.788096+0000 mgr.smithi008.bqmuux (mgr.14182) 418 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:56.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:54.024947+0000 mgr.smithi008.bqmuux (mgr.14182) 419 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T02:06:56.766 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:56.766 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:06:57.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:06:57.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:56.025776+0000 mgr.smithi008.bqmuux (mgr.14182) 420 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T02:06:58.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:56.025776+0000 mgr.smithi008.bqmuux (mgr.14182) 420 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T02:06:58.307 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:06:58.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:56.766589+0000 mgr.smithi008.bqmuux (mgr.14182) 421 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:59.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:56.766589+0000 mgr.smithi008.bqmuux (mgr.14182) 421 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:06:59.834 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:06:59.834 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:06:59.860 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:06:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:06:58.026902+0000 mgr.smithi008.bqmuux (mgr.14182) 422 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T02:07:00.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:06:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:06:58.026902+0000 mgr.smithi008.bqmuux (mgr.14182) 422 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T02:07:00.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:01.259 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:02.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:06:59.834089+0000 mgr.smithi008.bqmuux (mgr.14182) 423 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:02.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:00.027724+0000 mgr.smithi008.bqmuux (mgr.14182) 424 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-02-18T02:07:02.009 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:06:59.834089+0000 mgr.smithi008.bqmuux (mgr.14182) 423 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:02.009 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:00.027724+0000 mgr.smithi008.bqmuux (mgr.14182) 424 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-02-18T02:07:02.775 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:02.775 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:03.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:04.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:02.028486+0000 mgr.smithi008.bqmuux (mgr.14182) 425 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:04.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:02.028486+0000 mgr.smithi008.bqmuux (mgr.14182) 425 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:04.230 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:05.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:02.775149+0000 mgr.smithi008.bqmuux (mgr.14182) 426 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:05.025 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:02.775149+0000 mgr.smithi008.bqmuux (mgr.14182) 426 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:05.751 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:05.751 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:05.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:04.029235+0000 mgr.smithi008.bqmuux (mgr.14182) 427 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:06.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:04.029235+0000 mgr.smithi008.bqmuux (mgr.14182) 427 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:06.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:07.206 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:07.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:05.750853+0000 mgr.smithi008.bqmuux (mgr.14182) 428 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:07.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:06.030121+0000 mgr.smithi008.bqmuux (mgr.14182) 429 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:08.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:05.750853+0000 mgr.smithi008.bqmuux (mgr.14182) 428 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:08.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:06.030121+0000 mgr.smithi008.bqmuux (mgr.14182) 429 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:08.855 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:08.855 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:09.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:10.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:08.031096+0000 mgr.smithi008.bqmuux (mgr.14182) 430 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:10.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:08.031096+0000 mgr.smithi008.bqmuux (mgr.14182) 430 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:10.251 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:11.000 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:08.854987+0000 mgr.smithi008.bqmuux (mgr.14182) 431 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:11.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:08.854987+0000 mgr.smithi008.bqmuux (mgr.14182) 431 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:11.764 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:11.764 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:12.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:10.031889+0000 mgr.smithi008.bqmuux (mgr.14182) 432 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:12.016 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:10.031889+0000 mgr.smithi008.bqmuux (mgr.14182) 432 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:12.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:13.274 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:14.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:11.764513+0000 mgr.smithi008.bqmuux (mgr.14182) 433 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:14.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:12.032699+0000 mgr.smithi008.bqmuux (mgr.14182) 434 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:14.108 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:11.764513+0000 mgr.smithi008.bqmuux (mgr.14182) 433 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:14.108 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:12.032699+0000 mgr.smithi008.bqmuux (mgr.14182) 434 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:14.897 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:14.897 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:15.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:16.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:14.033488+0000 mgr.smithi008.bqmuux (mgr.14182) 435 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:16.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:14.033488+0000 mgr.smithi008.bqmuux (mgr.14182) 435 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:16.405 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:16.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:14.897986+0000 mgr.smithi008.bqmuux (mgr.14182) 436 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:17.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:14.897986+0000 mgr.smithi008.bqmuux (mgr.14182) 436 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:18.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:16.034362+0000 mgr.smithi008.bqmuux (mgr.14182) 437 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:18.036 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:18.036 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:18.060 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:16.034362+0000 mgr.smithi008.bqmuux (mgr.14182) 437 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:18.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:19.505 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:19.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:18.035267+0000 mgr.smithi008.bqmuux (mgr.14182) 438 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:19.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:18.036882+0000 mgr.smithi008.bqmuux (mgr.14182) 439 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:20.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:18.035267+0000 mgr.smithi008.bqmuux (mgr.14182) 438 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:20.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:18.036882+0000 mgr.smithi008.bqmuux (mgr.14182) 439 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:21.175 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:21.175 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:21.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:21.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:20.036060+0000 mgr.smithi008.bqmuux (mgr.14182) 440 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:22.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:20.036060+0000 mgr.smithi008.bqmuux (mgr.14182) 440 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:22.611 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:22.982 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:21.174992+0000 mgr.smithi008.bqmuux (mgr.14182) 441 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:23.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:21.174992+0000 mgr.smithi008.bqmuux (mgr.14182) 441 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:24.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:22.036815+0000 mgr.smithi008.bqmuux (mgr.14182) 442 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:24.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:22.036815+0000 mgr.smithi008.bqmuux (mgr.14182) 442 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:24.187 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:24.188 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:24.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:25.696 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:26.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:24.037429+0000 mgr.smithi008.bqmuux (mgr.14182) 443 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:26.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:24.188302+0000 mgr.smithi008.bqmuux (mgr.14182) 444 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:26.080 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:24.037429+0000 mgr.smithi008.bqmuux (mgr.14182) 443 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:26.081 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:24.188302+0000 mgr.smithi008.bqmuux (mgr.14182) 444 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:27.298 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:27.298 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:27.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:28.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:26.038360+0000 mgr.smithi008.bqmuux (mgr.14182) 445 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:28.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:26.038360+0000 mgr.smithi008.bqmuux (mgr.14182) 445 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:28.719 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:29.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:27.297479+0000 mgr.smithi008.bqmuux (mgr.14182) 446 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:29.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:27.297479+0000 mgr.smithi008.bqmuux (mgr.14182) 446 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:29.743 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:28.039160+0000 mgr.smithi008.bqmuux (mgr.14182) 447 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:30.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:28.039160+0000 mgr.smithi008.bqmuux (mgr.14182) 447 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:30.310 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:30.310 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:30.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:31.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:30.039837+0000 mgr.smithi008.bqmuux (mgr.14182) 448 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:31.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:30.309893+0000 mgr.smithi008.bqmuux (mgr.14182) 449 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:31.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:30.039837+0000 mgr.smithi008.bqmuux (mgr.14182) 448 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:31.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:30.309893+0000 mgr.smithi008.bqmuux (mgr.14182) 449 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:31.736 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:33.308 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:33.308 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:33.335 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:32.040452+0000 mgr.smithi008.bqmuux (mgr.14182) 450 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:33.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:32.040452+0000 mgr.smithi008.bqmuux (mgr.14182) 450 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:33.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:34.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:33.308372+0000 mgr.smithi008.bqmuux (mgr.14182) 451 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:34.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:33.308372+0000 mgr.smithi008.bqmuux (mgr.14182) 451 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:34.819 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:35.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:34.041179+0000 mgr.smithi008.bqmuux (mgr.14182) 452 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:35.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:34.041179+0000 mgr.smithi008.bqmuux (mgr.14182) 452 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:36.378 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:36.379 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:36.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:37.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:36.042060+0000 mgr.smithi008.bqmuux (mgr.14182) 453 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:37.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:36.378770+0000 mgr.smithi008.bqmuux (mgr.14182) 454 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:37.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:36.042060+0000 mgr.smithi008.bqmuux (mgr.14182) 453 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:37.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:36.378770+0000 mgr.smithi008.bqmuux (mgr.14182) 454 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:37.903 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:39.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:38.043020+0000 mgr.smithi008.bqmuux (mgr.14182) 455 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:39.463 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:39.463 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:39.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:38.043020+0000 mgr.smithi008.bqmuux (mgr.14182) 455 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:39.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:40.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:39.463576+0000 mgr.smithi008.bqmuux (mgr.14182) 456 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:40.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:39.463576+0000 mgr.smithi008.bqmuux (mgr.14182) 456 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:40.941 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:41.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:40.043980+0000 mgr.smithi008.bqmuux (mgr.14182) 457 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:41.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:40.043980+0000 mgr.smithi008.bqmuux (mgr.14182) 457 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:42.462 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:42.462 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:42.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:43.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:42.044723+0000 mgr.smithi008.bqmuux (mgr.14182) 458 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:43.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:42.462655+0000 mgr.smithi008.bqmuux (mgr.14182) 459 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:43.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:42.044723+0000 mgr.smithi008.bqmuux (mgr.14182) 458 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:43.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:42.462655+0000 mgr.smithi008.bqmuux (mgr.14182) 459 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:43.951 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:45.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:44.045583+0000 mgr.smithi008.bqmuux (mgr.14182) 460 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:45.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:44.045583+0000 mgr.smithi008.bqmuux (mgr.14182) 460 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:45.506 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:45.506 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:45.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:46.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:45.506331+0000 mgr.smithi008.bqmuux (mgr.14182) 461 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:46.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:45.506331+0000 mgr.smithi008.bqmuux (mgr.14182) 461 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:46.918 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:47.286 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:46.046433+0000 mgr.smithi008.bqmuux (mgr.14182) 462 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:47.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:46.046433+0000 mgr.smithi008.bqmuux (mgr.14182) 462 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:48.447 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:48.447 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:48.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:49.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:48.047239+0000 mgr.smithi008.bqmuux (mgr.14182) 463 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:49.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:48.447290+0000 mgr.smithi008.bqmuux (mgr.14182) 464 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:49.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:48.047239+0000 mgr.smithi008.bqmuux (mgr.14182) 463 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:49.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:48.447290+0000 mgr.smithi008.bqmuux (mgr.14182) 464 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:49.842 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:51.344 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:51.344 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:51.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:50.048091+0000 mgr.smithi008.bqmuux (mgr.14182) 465 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:51.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:50.048091+0000 mgr.smithi008.bqmuux (mgr.14182) 465 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:51.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:52.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:51.344294+0000 mgr.smithi008.bqmuux (mgr.14182) 466 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:52.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:51.344294+0000 mgr.smithi008.bqmuux (mgr.14182) 466 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:52.777 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:53.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:52.048839+0000 mgr.smithi008.bqmuux (mgr.14182) 467 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:53.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:52.048839+0000 mgr.smithi008.bqmuux (mgr.14182) 467 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:54.437 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:54.438 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:54.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:55.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:54.049560+0000 mgr.smithi008.bqmuux (mgr.14182) 468 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:55.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:54.437912+0000 mgr.smithi008.bqmuux (mgr.14182) 469 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:55.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:54.049560+0000 mgr.smithi008.bqmuux (mgr.14182) 468 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:55.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:54.437912+0000 mgr.smithi008.bqmuux (mgr.14182) 469 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:55.924 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:57.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:56.050179+0000 mgr.smithi008.bqmuux (mgr.14182) 470 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:57.445 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:07:57.445 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:07:57.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:56.050179+0000 mgr.smithi008.bqmuux (mgr.14182) 470 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:07:57.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:07:58.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:07:57.445702+0000 mgr.smithi008.bqmuux (mgr.14182) 471 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:58.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:07:57.445702+0000 mgr.smithi008.bqmuux (mgr.14182) 471 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:07:58.899 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:07:59.277 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:07:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:07:58.051050+0000 mgr.smithi008.bqmuux (mgr.14182) 472 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:07:59.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:07:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:07:58.051050+0000 mgr.smithi008.bqmuux (mgr.14182) 472 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:00.496 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:00.497 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:00.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:01.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:00.051733+0000 mgr.smithi008.bqmuux (mgr.14182) 473 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:01.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:00.497193+0000 mgr.smithi008.bqmuux (mgr.14182) 474 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:01.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:00.051733+0000 mgr.smithi008.bqmuux (mgr.14182) 473 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:01.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:00.497193+0000 mgr.smithi008.bqmuux (mgr.14182) 474 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:01.966 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:03.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:02.052405+0000 mgr.smithi008.bqmuux (mgr.14182) 475 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:03.545 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:03.545 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:03.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:02.052405+0000 mgr.smithi008.bqmuux (mgr.14182) 475 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:03.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:04.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:03.544970+0000 mgr.smithi008.bqmuux (mgr.14182) 476 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:04.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:03.544970+0000 mgr.smithi008.bqmuux (mgr.14182) 476 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:04.997 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:05.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:04.053296+0000 mgr.smithi008.bqmuux (mgr.14182) 477 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:05.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:04.053296+0000 mgr.smithi008.bqmuux (mgr.14182) 477 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:06.567 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:06.567 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:07.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:07.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:06.053964+0000 mgr.smithi008.bqmuux (mgr.14182) 478 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:07.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:06.567326+0000 mgr.smithi008.bqmuux (mgr.14182) 479 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:07.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:06.053964+0000 mgr.smithi008.bqmuux (mgr.14182) 478 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:07.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:06.567326+0000 mgr.smithi008.bqmuux (mgr.14182) 479 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:08.033 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:09.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:08.054921+0000 mgr.smithi008.bqmuux (mgr.14182) 480 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:09.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:08.054921+0000 mgr.smithi008.bqmuux (mgr.14182) 480 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:09.686 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:09.686 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:10.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:10.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:09.687038+0000 mgr.smithi008.bqmuux (mgr.14182) 481 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:10.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:09.687038+0000 mgr.smithi008.bqmuux (mgr.14182) 481 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:11.122 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:11.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:10.055849+0000 mgr.smithi008.bqmuux (mgr.14182) 482 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:11.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:10.055849+0000 mgr.smithi008.bqmuux (mgr.14182) 482 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:12.675 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:12.675 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:13.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:13.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:12.056553+0000 mgr.smithi008.bqmuux (mgr.14182) 483 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:13.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:12.675300+0000 mgr.smithi008.bqmuux (mgr.14182) 484 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:13.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:12.056553+0000 mgr.smithi008.bqmuux (mgr.14182) 483 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:13.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:12.675300+0000 mgr.smithi008.bqmuux (mgr.14182) 484 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:14.148 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:15.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:14.057467+0000 mgr.smithi008.bqmuux (mgr.14182) 485 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:15.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:14.057467+0000 mgr.smithi008.bqmuux (mgr.14182) 485 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:15.768 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:15.768 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:16.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:17.233 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:17.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:15.768629+0000 mgr.smithi008.bqmuux (mgr.14182) 486 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:17.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:16.058263+0000 mgr.smithi008.bqmuux (mgr.14182) 487 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:17.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:15.768629+0000 mgr.smithi008.bqmuux (mgr.14182) 486 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:17.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:16.058263+0000 mgr.smithi008.bqmuux (mgr.14182) 487 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:18.806 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:18.807 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:19.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:19.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:18.059140+0000 mgr.smithi008.bqmuux (mgr.14182) 488 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:19.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:18.059140+0000 mgr.smithi008.bqmuux (mgr.14182) 488 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:20.397 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:20.451 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:18.807131+0000 mgr.smithi008.bqmuux (mgr.14182) 489 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:20.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:18.807131+0000 mgr.smithi008.bqmuux (mgr.14182) 489 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:21.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:20.060045+0000 mgr.smithi008.bqmuux (mgr.14182) 490 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:21.613 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:20.060045+0000 mgr.smithi008.bqmuux (mgr.14182) 490 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:22.017 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:22.017 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:22.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:23.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:22.017753+0000 mgr.smithi008.bqmuux (mgr.14182) 491 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:23.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:22.060769+0000 mgr.smithi008.bqmuux (mgr.14182) 492 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:23.506 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:23.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:22.017753+0000 mgr.smithi008.bqmuux (mgr.14182) 491 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:23.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:22.060769+0000 mgr.smithi008.bqmuux (mgr.14182) 492 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:25.112 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:25.112 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:25.461 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:24.061573+0000 mgr.smithi008.bqmuux (mgr.14182) 493 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:24.061573+0000 mgr.smithi008.bqmuux (mgr.14182) 493 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:25.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:26.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:25.112301+0000 mgr.smithi008.bqmuux (mgr.14182) 494 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:26.513 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:26.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:25.112301+0000 mgr.smithi008.bqmuux (mgr.14182) 494 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:27.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:26.062261+0000 mgr.smithi008.bqmuux (mgr.14182) 495 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:27.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:26.062261+0000 mgr.smithi008.bqmuux (mgr.14182) 495 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:28.072 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:28.072 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:28.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:29.471 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:29.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:28.063196+0000 mgr.smithi008.bqmuux (mgr.14182) 496 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:29.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:28.071968+0000 mgr.smithi008.bqmuux (mgr.14182) 497 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:29.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:28.063196+0000 mgr.smithi008.bqmuux (mgr.14182) 496 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:29.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:28.071968+0000 mgr.smithi008.bqmuux (mgr.14182) 497 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:30.957 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:30.957 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:31.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:31.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:30.063972+0000 mgr.smithi008.bqmuux (mgr.14182) 498 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:31.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:30.063972+0000 mgr.smithi008.bqmuux (mgr.14182) 498 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:32.370 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:32.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:30.957446+0000 mgr.smithi008.bqmuux (mgr.14182) 499 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:32.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:30.957446+0000 mgr.smithi008.bqmuux (mgr.14182) 499 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:33.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:32.064677+0000 mgr.smithi008.bqmuux (mgr.14182) 500 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:33.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:32.064677+0000 mgr.smithi008.bqmuux (mgr.14182) 500 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:33.949 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:33.950 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:34.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:35.420 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:35.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:33.950375+0000 mgr.smithi008.bqmuux (mgr.14182) 501 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:35.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:34.065324+0000 mgr.smithi008.bqmuux (mgr.14182) 502 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:35.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:33.950375+0000 mgr.smithi008.bqmuux (mgr.14182) 501 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:35.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:34.065324+0000 mgr.smithi008.bqmuux (mgr.14182) 502 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:36.953 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:36.954 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:37.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:37.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:36.066036+0000 mgr.smithi008.bqmuux (mgr.14182) 503 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:37.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:36.066036+0000 mgr.smithi008.bqmuux (mgr.14182) 503 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:38.428 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:38.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:36.953206+0000 mgr.smithi008.bqmuux (mgr.14182) 504 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:38.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:36.953206+0000 mgr.smithi008.bqmuux (mgr.14182) 504 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:39.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:38.066776+0000 mgr.smithi008.bqmuux (mgr.14182) 505 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:39.609 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:38.066776+0000 mgr.smithi008.bqmuux (mgr.14182) 505 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:40.020 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:40.020 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:40.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:41.471 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:41.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:40.020954+0000 mgr.smithi008.bqmuux (mgr.14182) 506 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:41.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:40.067439+0000 mgr.smithi008.bqmuux (mgr.14182) 507 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:41.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:40.020954+0000 mgr.smithi008.bqmuux (mgr.14182) 506 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:41.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:40.067439+0000 mgr.smithi008.bqmuux (mgr.14182) 507 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:43.078 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:43.078 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:43.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:42.068108+0000 mgr.smithi008.bqmuux (mgr.14182) 508 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:43.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:42.068108+0000 mgr.smithi008.bqmuux (mgr.14182) 508 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:44.569 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:44.606 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:43.078560+0000 mgr.smithi008.bqmuux (mgr.14182) 509 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:44.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:43.078560+0000 mgr.smithi008.bqmuux (mgr.14182) 509 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:45.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:44.068843+0000 mgr.smithi008.bqmuux (mgr.14182) 510 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:45.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:44.068843+0000 mgr.smithi008.bqmuux (mgr.14182) 510 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:46.199 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:46.199 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:46.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:47.610 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:47.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:46.069481+0000 mgr.smithi008.bqmuux (mgr.14182) 511 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:47.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:46.199893+0000 mgr.smithi008.bqmuux (mgr.14182) 512 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:47.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:46.069481+0000 mgr.smithi008.bqmuux (mgr.14182) 511 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:47.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:46.199893+0000 mgr.smithi008.bqmuux (mgr.14182) 512 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:49.233 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:49.233 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:49.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:48.070230+0000 mgr.smithi008.bqmuux (mgr.14182) 513 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:49.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:48.070230+0000 mgr.smithi008.bqmuux (mgr.14182) 513 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:49.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:50.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:49.232998+0000 mgr.smithi008.bqmuux (mgr.14182) 514 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:50.684 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:50.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:49.232998+0000 mgr.smithi008.bqmuux (mgr.14182) 514 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:51.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:50.070950+0000 mgr.smithi008.bqmuux (mgr.14182) 515 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:51.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:50.070950+0000 mgr.smithi008.bqmuux (mgr.14182) 515 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:52.221 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:52.221 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:52.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:53.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:52.071569+0000 mgr.smithi008.bqmuux (mgr.14182) 516 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:53.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:52.221733+0000 mgr.smithi008.bqmuux (mgr.14182) 517 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:53.642 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:53.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:52.071569+0000 mgr.smithi008.bqmuux (mgr.14182) 516 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:53.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:52.221733+0000 mgr.smithi008.bqmuux (mgr.14182) 517 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:55.085 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:55.085 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:55.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:54.072452+0000 mgr.smithi008.bqmuux (mgr.14182) 518 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:55.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:55.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:54.072452+0000 mgr.smithi008.bqmuux (mgr.14182) 518 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:56.491 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:56.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:55.085052+0000 mgr.smithi008.bqmuux (mgr.14182) 519 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:56.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:55.085052+0000 mgr.smithi008.bqmuux (mgr.14182) 519 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:57.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:56.073088+0000 mgr.smithi008.bqmuux (mgr.14182) 520 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:57.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:56.073088+0000 mgr.smithi008.bqmuux (mgr.14182) 520 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:08:58.055 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:08:58.055 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:08:58.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:08:59.450 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:08:59.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:08:58.055536+0000 mgr.smithi008.bqmuux (mgr.14182) 521 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:59.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:08:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:08:58.073854+0000 mgr.smithi008.bqmuux (mgr.14182) 522 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:08:59.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:08:58.055536+0000 mgr.smithi008.bqmuux (mgr.14182) 521 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:08:59.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:08:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:08:58.073854+0000 mgr.smithi008.bqmuux (mgr.14182) 522 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:00.997 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:00.998 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:01.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:01.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:00.074791+0000 mgr.smithi008.bqmuux (mgr.14182) 523 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:01.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:00.074791+0000 mgr.smithi008.bqmuux (mgr.14182) 523 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:02.400 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:02.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:00.997661+0000 mgr.smithi008.bqmuux (mgr.14182) 524 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:02.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:00.997661+0000 mgr.smithi008.bqmuux (mgr.14182) 524 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:03.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:02.075538+0000 mgr.smithi008.bqmuux (mgr.14182) 525 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:03.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:02.075538+0000 mgr.smithi008.bqmuux (mgr.14182) 525 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:03.960 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:03.960 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:04.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:05.399 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:05.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:03.961224+0000 mgr.smithi008.bqmuux (mgr.14182) 526 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:05.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:04.076265+0000 mgr.smithi008.bqmuux (mgr.14182) 527 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:05.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:03.961224+0000 mgr.smithi008.bqmuux (mgr.14182) 526 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:05.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:04.076265+0000 mgr.smithi008.bqmuux (mgr.14182) 527 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:06.943 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:06.943 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:07.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:07.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:06.077089+0000 mgr.smithi008.bqmuux (mgr.14182) 528 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:07.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:06.077089+0000 mgr.smithi008.bqmuux (mgr.14182) 528 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:08.350 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:08.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:06.943745+0000 mgr.smithi008.bqmuux (mgr.14182) 529 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:08.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:06.943745+0000 mgr.smithi008.bqmuux (mgr.14182) 529 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:09.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:08.078109+0000 mgr.smithi008.bqmuux (mgr.14182) 530 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:09.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:08.078109+0000 mgr.smithi008.bqmuux (mgr.14182) 530 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:09.894 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:09.894 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:10.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:11.289 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:11.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:09.894966+0000 mgr.smithi008.bqmuux (mgr.14182) 531 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:11.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:10.078887+0000 mgr.smithi008.bqmuux (mgr.14182) 532 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:11.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:09.894966+0000 mgr.smithi008.bqmuux (mgr.14182) 531 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:11.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:10.078887+0000 mgr.smithi008.bqmuux (mgr.14182) 532 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:12.833 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:12.833 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:13.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:13.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:12.079630+0000 mgr.smithi008.bqmuux (mgr.14182) 533 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:13.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:12.079630+0000 mgr.smithi008.bqmuux (mgr.14182) 533 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:14.231 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:14.600 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:12.833282+0000 mgr.smithi008.bqmuux (mgr.14182) 534 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:14.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:12.833282+0000 mgr.smithi008.bqmuux (mgr.14182) 534 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:15.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:14.080504+0000 mgr.smithi008.bqmuux (mgr.14182) 535 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:15.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:14.080504+0000 mgr.smithi008.bqmuux (mgr.14182) 535 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:15.816 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:15.817 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:16.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:17.205 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:17.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:15.817411+0000 mgr.smithi008.bqmuux (mgr.14182) 536 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:17.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:16.081445+0000 mgr.smithi008.bqmuux (mgr.14182) 537 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:17.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:15.817411+0000 mgr.smithi008.bqmuux (mgr.14182) 536 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:17.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:16.081445+0000 mgr.smithi008.bqmuux (mgr.14182) 537 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:18.771 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:18.771 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:19.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:19.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:18.082368+0000 mgr.smithi008.bqmuux (mgr.14182) 538 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:19.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:18.082368+0000 mgr.smithi008.bqmuux (mgr.14182) 538 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:20.171 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:20.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:18.770341+0000 mgr.smithi008.bqmuux (mgr.14182) 539 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:20.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:18.770341+0000 mgr.smithi008.bqmuux (mgr.14182) 539 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:21.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:20.083079+0000 mgr.smithi008.bqmuux (mgr.14182) 540 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:21.715 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:21.715 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:32.710348Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:21.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:20.083079+0000 mgr.smithi008.bqmuux (mgr.14182) 540 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:22.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:22.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:21.716204+0000 mgr.smithi008.bqmuux (mgr.14182) 541 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:22.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:21.716204+0000 mgr.smithi008.bqmuux (mgr.14182) 541 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:23.138 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:23.511 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:22.083856+0000 mgr.smithi008.bqmuux (mgr.14182) 542 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:23.511 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:09:22.438352+0000 mgr.smithi008.bqmuux (mgr.14182) 543 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.511 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.511 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.511 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.zwpcos ... 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:07:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:08:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:08:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Traceback (most recent call last): 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: yield (conn, connr) 2024-02-18T02:09:23.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: code, '\n'.join(err))) 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.zwpcos ... 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:07:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:08:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:08:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:09:23.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:09:22.438610+0000 mgr.smithi008.bqmuux (mgr.14182) 544 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:22.438935+0000 mon.smithi008 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.zwpcos"}]: dispatch 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:09:22.439739+0000 mgr.smithi008.bqmuux (mgr.14182) 545 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.zwpcos ... 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:07:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:08:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:08:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:09:22.441497+0000 mgr.smithi008.bqmuux (mgr.14182) 546 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.ycgstg on smithi008 2024-02-18T02:09:23.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:22.083856+0000 mgr.smithi008.bqmuux (mgr.14182) 542 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:23.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:09:22.438352+0000 mgr.smithi008.bqmuux (mgr.14182) 543 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.zwpcos ... 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:07:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:08:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:08:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Traceback (most recent call last): 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: yield (conn, connr) 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: code, '\n'.join(err))) 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.zwpcos ... 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:07:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:08:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:08:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:09:22.438610+0000 mgr.smithi008.bqmuux (mgr.14182) 544 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:22.438935+0000 mon.smithi008 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.zwpcos"}]: dispatch 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:09:22.439739+0000 mgr.smithi008.bqmuux (mgr.14182) 545 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.zwpcos ... 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:07:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:08:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:08:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:09:23.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:09:23.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:09:23.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:09:22.441497+0000 mgr.smithi008.bqmuux (mgr.14182) 546 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.ycgstg on smithi008 2024-02-18T02:09:24.708 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:24.708 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:25.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:25.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:24.084734+0000 mgr.smithi008.bqmuux (mgr.14182) 547 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:25.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:24.708445+0000 mgr.smithi008.bqmuux (mgr.14182) 548 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:25.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:24.084734+0000 mgr.smithi008.bqmuux (mgr.14182) 547 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:25.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:24.708445+0000 mgr.smithi008.bqmuux (mgr.14182) 548 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:26.132 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:27.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:26.085466+0000 mgr.smithi008.bqmuux (mgr.14182) 549 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:27.741 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:27.741 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:27.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:26.085466+0000 mgr.smithi008.bqmuux (mgr.14182) 549 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:28.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:28.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:27.742105+0000 mgr.smithi008.bqmuux (mgr.14182) 550 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:28.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:27.742105+0000 mgr.smithi008.bqmuux (mgr.14182) 550 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:29.162 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:29.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:28.086475+0000 mgr.smithi008.bqmuux (mgr.14182) 551 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:29.552 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:28.086475+0000 mgr.smithi008.bqmuux (mgr.14182) 551 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:30.790 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:30.790 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:31.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:31.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:30.087188+0000 mgr.smithi008.bqmuux (mgr.14182) 552 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:31.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:30.087188+0000 mgr.smithi008.bqmuux (mgr.14182) 552 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:32.196 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:32.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:30.790324+0000 mgr.smithi008.bqmuux (mgr.14182) 553 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:32.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:30.790324+0000 mgr.smithi008.bqmuux (mgr.14182) 553 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:33.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:32.088020+0000 mgr.smithi008.bqmuux (mgr.14182) 554 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:33.839 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:33.839 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:33.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:32.088020+0000 mgr.smithi008.bqmuux (mgr.14182) 554 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:34.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:35.261 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:35.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:33.839603+0000 mgr.smithi008.bqmuux (mgr.14182) 555 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:35.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:34.088859+0000 mgr.smithi008.bqmuux (mgr.14182) 556 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:35.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:33.839603+0000 mgr.smithi008.bqmuux (mgr.14182) 555 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:35.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:34.088859+0000 mgr.smithi008.bqmuux (mgr.14182) 556 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:36.842 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:36.842 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:37.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:37.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:36.089609+0000 mgr.smithi008.bqmuux (mgr.14182) 557 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:37.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:36.089609+0000 mgr.smithi008.bqmuux (mgr.14182) 557 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:38.287 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:38.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:36.842254+0000 mgr.smithi008.bqmuux (mgr.14182) 558 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:38.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:36.842254+0000 mgr.smithi008.bqmuux (mgr.14182) 558 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:39.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:38.090504+0000 mgr.smithi008.bqmuux (mgr.14182) 559 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:39.817 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:39.817 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:39.843 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:38.090504+0000 mgr.smithi008.bqmuux (mgr.14182) 559 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:40.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:41.220 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:41.607 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:39.817798+0000 mgr.smithi008.bqmuux (mgr.14182) 560 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:41.607 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:40.091427+0000 mgr.smithi008.bqmuux (mgr.14182) 561 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:41.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:39.817798+0000 mgr.smithi008.bqmuux (mgr.14182) 560 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:41.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:40.091427+0000 mgr.smithi008.bqmuux (mgr.14182) 561 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:42.798 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:42.799 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:43.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:42.092181+0000 mgr.smithi008.bqmuux (mgr.14182) 562 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:43.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:42.092181+0000 mgr.smithi008.bqmuux (mgr.14182) 562 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:44.193 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:44.563 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:42.799086+0000 mgr.smithi008.bqmuux (mgr.14182) 563 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:44.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:42.799086+0000 mgr.smithi008.bqmuux (mgr.14182) 563 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:45.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:44.093006+0000 mgr.smithi008.bqmuux (mgr.14182) 564 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:45.770 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:45.771 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:45.792 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:44.093006+0000 mgr.smithi008.bqmuux (mgr.14182) 564 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:46.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:46.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:45.770515+0000 mgr.smithi008.bqmuux (mgr.14182) 565 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:46.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:45.770515+0000 mgr.smithi008.bqmuux (mgr.14182) 565 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:47.210 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:47.605 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:46.093827+0000 mgr.smithi008.bqmuux (mgr.14182) 566 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:47.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:46.093827+0000 mgr.smithi008.bqmuux (mgr.14182) 566 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:48.807 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:48.807 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:49.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:49.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:48.094695+0000 mgr.smithi008.bqmuux (mgr.14182) 567 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:49.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:48.094695+0000 mgr.smithi008.bqmuux (mgr.14182) 567 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:50.217 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:50.596 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:48.807204+0000 mgr.smithi008.bqmuux (mgr.14182) 568 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:50.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:48.807204+0000 mgr.smithi008.bqmuux (mgr.14182) 568 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:51.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:50.095474+0000 mgr.smithi008.bqmuux (mgr.14182) 569 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:51.747 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:51.747 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:51.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:50.095474+0000 mgr.smithi008.bqmuux (mgr.14182) 569 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:52.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:52.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:51.747851+0000 mgr.smithi008.bqmuux (mgr.14182) 570 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:52.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:51.747851+0000 mgr.smithi008.bqmuux (mgr.14182) 570 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:53.175 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:53.556 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:52.096154+0000 mgr.smithi008.bqmuux (mgr.14182) 571 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:53.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:52.096154+0000 mgr.smithi008.bqmuux (mgr.14182) 571 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:54.789 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:54.789 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:55.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:55.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:54.096901+0000 mgr.smithi008.bqmuux (mgr.14182) 572 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:55.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:54.096901+0000 mgr.smithi008.bqmuux (mgr.14182) 572 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:56.200 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:56.606 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:54.789624+0000 mgr.smithi008.bqmuux (mgr.14182) 573 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:56.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:54.789624+0000 mgr.smithi008.bqmuux (mgr.14182) 573 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:57.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:56.098058+0000 mgr.smithi008.bqmuux (mgr.14182) 574 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:57.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:56.098058+0000 mgr.smithi008.bqmuux (mgr.14182) 574 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:09:57.887 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:09:57.887 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:09:58.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:09:59.310 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:09:59.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:09:57.887746+0000 mgr.smithi008.bqmuux (mgr.14182) 575 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:59.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:09:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:09:58.098986+0000 mgr.smithi008.bqmuux (mgr.14182) 576 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:09:59.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:09:57.887746+0000 mgr.smithi008.bqmuux (mgr.14182) 575 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:09:59.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:09:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:09:58.098986+0000 mgr.smithi008.bqmuux (mgr.14182) 576 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:00.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:00.000152+0000 mon.smithi008 (mon.0) 682 : cluster [INF] overall HEALTH_OK 2024-02-18T02:10:00.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:00.000152+0000 mon.smithi008 (mon.0) 682 : cluster [INF] overall HEALTH_OK 2024-02-18T02:10:00.871 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:00.872 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:01.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:01.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:00.099891+0000 mgr.smithi008.bqmuux (mgr.14182) 577 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:01.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:00.099891+0000 mgr.smithi008.bqmuux (mgr.14182) 577 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:02.308 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:02.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:00.872437+0000 mgr.smithi008.bqmuux (mgr.14182) 578 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:02.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:00.872437+0000 mgr.smithi008.bqmuux (mgr.14182) 578 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:03.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:02.100651+0000 mgr.smithi008.bqmuux (mgr.14182) 579 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:03.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:02.100651+0000 mgr.smithi008.bqmuux (mgr.14182) 579 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:03.887 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:03.887 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:04.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:05.308 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:05.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:03.888057+0000 mgr.smithi008.bqmuux (mgr.14182) 580 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:05.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:04.101402+0000 mgr.smithi008.bqmuux (mgr.14182) 581 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:05.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:03.888057+0000 mgr.smithi008.bqmuux (mgr.14182) 580 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:05.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:04.101402+0000 mgr.smithi008.bqmuux (mgr.14182) 581 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:06.800 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:06.800 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:07.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:07.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:06.102216+0000 mgr.smithi008.bqmuux (mgr.14182) 582 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:07.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:06.102216+0000 mgr.smithi008.bqmuux (mgr.14182) 582 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:08.216 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:08.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:06.798980+0000 mgr.smithi008.bqmuux (mgr.14182) 583 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:08.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:06.798980+0000 mgr.smithi008.bqmuux (mgr.14182) 583 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:09.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:08.103104+0000 mgr.smithi008.bqmuux (mgr.14182) 584 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:09.745 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:09.745 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:09.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:08.103104+0000 mgr.smithi008.bqmuux (mgr.14182) 584 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:10.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:10.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:09.745444+0000 mgr.smithi008.bqmuux (mgr.14182) 585 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:10.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:09.745444+0000 mgr.smithi008.bqmuux (mgr.14182) 585 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:11.140 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:11.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:10.104008+0000 mgr.smithi008.bqmuux (mgr.14182) 586 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:11.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:10.104008+0000 mgr.smithi008.bqmuux (mgr.14182) 586 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:12.709 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:12.709 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:13.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:13.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:12.104812+0000 mgr.smithi008.bqmuux (mgr.14182) 587 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:13.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:12.709228+0000 mgr.smithi008.bqmuux (mgr.14182) 588 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:13.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:12.104812+0000 mgr.smithi008.bqmuux (mgr.14182) 587 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:13.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:12.709228+0000 mgr.smithi008.bqmuux (mgr.14182) 588 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:14.147 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:15.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:14.105547+0000 mgr.smithi008.bqmuux (mgr.14182) 589 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:15.669 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:15.669 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:15.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:14.105547+0000 mgr.smithi008.bqmuux (mgr.14182) 589 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:16.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:16.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:15.669032+0000 mgr.smithi008.bqmuux (mgr.14182) 590 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:16.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:15.669032+0000 mgr.smithi008.bqmuux (mgr.14182) 590 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:17.073 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:17.858 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:16.106305+0000 mgr.smithi008.bqmuux (mgr.14182) 591 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:18.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:16.106305+0000 mgr.smithi008.bqmuux (mgr.14182) 591 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:18.630 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:18.631 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:19.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:19.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:18.107015+0000 mgr.smithi008.bqmuux (mgr.14182) 592 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:19.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:18.631538+0000 mgr.smithi008.bqmuux (mgr.14182) 593 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:20.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:18.107015+0000 mgr.smithi008.bqmuux (mgr.14182) 592 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:20.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:18.631538+0000 mgr.smithi008.bqmuux (mgr.14182) 593 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:20.066 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:21.656 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:21.656 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:21.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:20.107905+0000 mgr.smithi008.bqmuux (mgr.14182) 594 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:22.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:20.107905+0000 mgr.smithi008.bqmuux (mgr.14182) 594 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:22.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:22.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:21.656167+0000 mgr.smithi008.bqmuux (mgr.14182) 595 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:23.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:21.656167+0000 mgr.smithi008.bqmuux (mgr.14182) 595 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:23.063 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:23.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:22.108694+0000 mgr.smithi008.bqmuux (mgr.14182) 596 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:24.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:22.108694+0000 mgr.smithi008.bqmuux (mgr.14182) 596 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:24.655 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:24.656 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:25.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:25.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:24.109481+0000 mgr.smithi008.bqmuux (mgr.14182) 597 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:25.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:24.655853+0000 mgr.smithi008.bqmuux (mgr.14182) 598 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:26.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:24.109481+0000 mgr.smithi008.bqmuux (mgr.14182) 597 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:26.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:24.655853+0000 mgr.smithi008.bqmuux (mgr.14182) 598 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:26.096 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:27.606 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:27.606 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:27.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:26.110241+0000 mgr.smithi008.bqmuux (mgr.14182) 599 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:28.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:26.110241+0000 mgr.smithi008.bqmuux (mgr.14182) 599 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:28.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:28.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:27.606112+0000 mgr.smithi008.bqmuux (mgr.14182) 600 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:29.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:27.606112+0000 mgr.smithi008.bqmuux (mgr.14182) 600 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:29.078 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:29.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:28.111111+0000 mgr.smithi008.bqmuux (mgr.14182) 601 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:30.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:28.111111+0000 mgr.smithi008.bqmuux (mgr.14182) 601 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:30.614 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:30.614 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:31.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:31.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:30.111817+0000 mgr.smithi008.bqmuux (mgr.14182) 602 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:31.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:30.614887+0000 mgr.smithi008.bqmuux (mgr.14182) 603 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:32.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:30.111817+0000 mgr.smithi008.bqmuux (mgr.14182) 602 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:32.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:30.614887+0000 mgr.smithi008.bqmuux (mgr.14182) 603 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:32.013 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:33.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:32.112516+0000 mgr.smithi008.bqmuux (mgr.14182) 604 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:33.706 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:33.706 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:34.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:32.112516+0000 mgr.smithi008.bqmuux (mgr.14182) 604 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:34.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:34.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:33.705633+0000 mgr.smithi008.bqmuux (mgr.14182) 605 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:35.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:33.705633+0000 mgr.smithi008.bqmuux (mgr.14182) 605 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:35.169 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:35.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:34.113516+0000 mgr.smithi008.bqmuux (mgr.14182) 606 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:36.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:34.113516+0000 mgr.smithi008.bqmuux (mgr.14182) 606 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:36.826 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:36.826 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:37.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:37.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:36.114202+0000 mgr.smithi008.bqmuux (mgr.14182) 607 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:38.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:36.114202+0000 mgr.smithi008.bqmuux (mgr.14182) 607 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:38.262 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:38.804 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:36.826418+0000 mgr.smithi008.bqmuux (mgr.14182) 608 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:39.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:36.826418+0000 mgr.smithi008.bqmuux (mgr.14182) 608 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:39.855 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:39.855 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:39.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:38.115067+0000 mgr.smithi008.bqmuux (mgr.14182) 609 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:40.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:38.115067+0000 mgr.smithi008.bqmuux (mgr.14182) 609 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:40.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:41.328 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:41.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:39.854983+0000 mgr.smithi008.bqmuux (mgr.14182) 610 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:41.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:40.115848+0000 mgr.smithi008.bqmuux (mgr.14182) 611 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:42.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:39.854983+0000 mgr.smithi008.bqmuux (mgr.14182) 610 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:42.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:40.115848+0000 mgr.smithi008.bqmuux (mgr.14182) 611 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:42.937 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:42.937 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:43.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:43.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:42.116861+0000 mgr.smithi008.bqmuux (mgr.14182) 612 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:44.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:42.116861+0000 mgr.smithi008.bqmuux (mgr.14182) 612 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:44.377 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:44.749 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:42.937871+0000 mgr.smithi008.bqmuux (mgr.14182) 613 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:45.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:42.937871+0000 mgr.smithi008.bqmuux (mgr.14182) 613 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:45.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:44.117721+0000 mgr.smithi008.bqmuux (mgr.14182) 614 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:45.888 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:45.888 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:46.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:44.117721+0000 mgr.smithi008.bqmuux (mgr.14182) 614 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:46.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:47.353 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:47.731 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:45.888882+0000 mgr.smithi008.bqmuux (mgr.14182) 615 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:47.732 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:46.118638+0000 mgr.smithi008.bqmuux (mgr.14182) 616 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:48.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:45.888882+0000 mgr.smithi008.bqmuux (mgr.14182) 615 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:48.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:46.118638+0000 mgr.smithi008.bqmuux (mgr.14182) 616 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:48.927 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:48.927 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:49.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:49.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:48.119580+0000 mgr.smithi008.bqmuux (mgr.14182) 617 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:50.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:48.119580+0000 mgr.smithi008.bqmuux (mgr.14182) 617 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:50.399 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:50.773 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:48.927510+0000 mgr.smithi008.bqmuux (mgr.14182) 618 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:51.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:48.927510+0000 mgr.smithi008.bqmuux (mgr.14182) 618 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:51.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:50.120524+0000 mgr.smithi008.bqmuux (mgr.14182) 619 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:51.931 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:51.931 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:52.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:50.120524+0000 mgr.smithi008.bqmuux (mgr.14182) 619 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:52.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:53.326 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:53.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:51.932066+0000 mgr.smithi008.bqmuux (mgr.14182) 620 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:53.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:52.121179+0000 mgr.smithi008.bqmuux (mgr.14182) 621 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:54.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:51.932066+0000 mgr.smithi008.bqmuux (mgr.14182) 620 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:54.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:52.121179+0000 mgr.smithi008.bqmuux (mgr.14182) 621 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:54.838 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:54.839 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:55.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:55.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:54.122051+0000 mgr.smithi008.bqmuux (mgr.14182) 622 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:56.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:54.122051+0000 mgr.smithi008.bqmuux (mgr.14182) 622 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:10:56.252 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:56.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:54.839243+0000 mgr.smithi008.bqmuux (mgr.14182) 623 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:57.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:54.839243+0000 mgr.smithi008.bqmuux (mgr.14182) 623 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:57.797 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:10:57.797 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:10:57.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:56.122848+0000 mgr.smithi008.bqmuux (mgr.14182) 624 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:58.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:56.122848+0000 mgr.smithi008.bqmuux (mgr.14182) 624 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:10:58.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:10:59.158 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:10:59.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:10:57.797223+0000 mgr.smithi008.bqmuux (mgr.14182) 625 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:10:59.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:10:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:10:58.123767+0000 mgr.smithi008.bqmuux (mgr.14182) 626 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:00.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:10:57.797223+0000 mgr.smithi008.bqmuux (mgr.14182) 625 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:00.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:10:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:10:58.123767+0000 mgr.smithi008.bqmuux (mgr.14182) 626 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:00.629 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:00.629 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:01.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:01.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:00.124486+0000 mgr.smithi008.bqmuux (mgr.14182) 627 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:01.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:00.629480+0000 mgr.smithi008.bqmuux (mgr.14182) 628 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:02.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:00.124486+0000 mgr.smithi008.bqmuux (mgr.14182) 627 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:02.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:00.629480+0000 mgr.smithi008.bqmuux (mgr.14182) 628 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:02.025 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:03.492 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:03.492 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:03.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:02.125137+0000 mgr.smithi008.bqmuux (mgr.14182) 629 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:03.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:04.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:02.125137+0000 mgr.smithi008.bqmuux (mgr.14182) 629 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:04.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:03.491233+0000 mgr.smithi008.bqmuux (mgr.14182) 630 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:04.892 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:05.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:03.491233+0000 mgr.smithi008.bqmuux (mgr.14182) 630 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:05.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:04.125855+0000 mgr.smithi008.bqmuux (mgr.14182) 631 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:06.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:04.125855+0000 mgr.smithi008.bqmuux (mgr.14182) 631 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:06.476 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:06.476 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:06.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:07.892 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:07.926 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:06.126500+0000 mgr.smithi008.bqmuux (mgr.14182) 632 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:11:07.926 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:06.477115+0000 mgr.smithi008.bqmuux (mgr.14182) 633 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:08.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:06.126500+0000 mgr.smithi008.bqmuux (mgr.14182) 632 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:11:08.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:06.477115+0000 mgr.smithi008.bqmuux (mgr.14182) 633 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:09.494 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:09.494 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:09.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:08.127394+0000 mgr.smithi008.bqmuux (mgr.14182) 634 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:09.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:10.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:08.127394+0000 mgr.smithi008.bqmuux (mgr.14182) 634 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:10.985 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:11.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:09.494412+0000 mgr.smithi008.bqmuux (mgr.14182) 635 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:11.021 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:09.494412+0000 mgr.smithi008.bqmuux (mgr.14182) 635 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:11.956 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:10.128201+0000 mgr.smithi008.bqmuux (mgr.14182) 636 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:12.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:10.128201+0000 mgr.smithi008.bqmuux (mgr.14182) 636 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:12.533 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:12.533 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:12.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:13.923 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:13.957 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:12.128899+0000 mgr.smithi008.bqmuux (mgr.14182) 637 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:13.957 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:12.534133+0000 mgr.smithi008.bqmuux (mgr.14182) 638 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:14.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:12.128899+0000 mgr.smithi008.bqmuux (mgr.14182) 637 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:14.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:12.534133+0000 mgr.smithi008.bqmuux (mgr.14182) 638 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:15.389 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:15.389 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:15.847 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:14.129748+0000 mgr.smithi008.bqmuux (mgr.14182) 639 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:15.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:16.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:14.129748+0000 mgr.smithi008.bqmuux (mgr.14182) 639 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:16.873 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:16.908 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:15.389644+0000 mgr.smithi008.bqmuux (mgr.14182) 640 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:17.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:15.389644+0000 mgr.smithi008.bqmuux (mgr.14182) 640 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:17.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:16.130608+0000 mgr.smithi008.bqmuux (mgr.14182) 641 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:11:18.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:16.130608+0000 mgr.smithi008.bqmuux (mgr.14182) 641 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:11:18.380 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:18.380 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:18.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:19.822 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:20.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:18.131340+0000 mgr.smithi008.bqmuux (mgr.14182) 642 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:20.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:18.380839+0000 mgr.smithi008.bqmuux (mgr.14182) 643 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:20.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:18.131340+0000 mgr.smithi008.bqmuux (mgr.14182) 642 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:20.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:18.380839+0000 mgr.smithi008.bqmuux (mgr.14182) 643 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:21.407 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:21.407 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:21.855 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:20.132050+0000 mgr.smithi008.bqmuux (mgr.14182) 644 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:21.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:22.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:20.132050+0000 mgr.smithi008.bqmuux (mgr.14182) 644 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:22.881 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:22.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:21.407510+0000 mgr.smithi008.bqmuux (mgr.14182) 645 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:23.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:21.407510+0000 mgr.smithi008.bqmuux (mgr.14182) 645 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:23.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:22.132848+0000 mgr.smithi008.bqmuux (mgr.14182) 646 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:24.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:22.132848+0000 mgr.smithi008.bqmuux (mgr.14182) 646 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:24.367 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:24.367 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:24.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:25.814 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:26.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:24.133537+0000 mgr.smithi008.bqmuux (mgr.14182) 647 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:26.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:24.368294+0000 mgr.smithi008.bqmuux (mgr.14182) 648 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:26.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:24.133537+0000 mgr.smithi008.bqmuux (mgr.14182) 647 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:26.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:24.368294+0000 mgr.smithi008.bqmuux (mgr.14182) 648 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:27.389 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:27.389 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:27.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:28.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:26.134207+0000 mgr.smithi008.bqmuux (mgr.14182) 649 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:11:28.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:26.134207+0000 mgr.smithi008.bqmuux (mgr.14182) 649 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:11:28.789 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:29.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:27.389868+0000 mgr.smithi008.bqmuux (mgr.14182) 650 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:29.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:27.389868+0000 mgr.smithi008.bqmuux (mgr.14182) 650 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:29.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:28.135054+0000 mgr.smithi008.bqmuux (mgr.14182) 651 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:30.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:28.135054+0000 mgr.smithi008.bqmuux (mgr.14182) 651 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:30.328 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:30.329 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:30.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:31.782 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:32.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:30.135663+0000 mgr.smithi008.bqmuux (mgr.14182) 652 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:32.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:30.329352+0000 mgr.smithi008.bqmuux (mgr.14182) 653 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:32.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:30.135663+0000 mgr.smithi008.bqmuux (mgr.14182) 652 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:32.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:30.329352+0000 mgr.smithi008.bqmuux (mgr.14182) 653 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:33.308 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:33.308 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:33.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:34.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:32.136425+0000 mgr.smithi008.bqmuux (mgr.14182) 654 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:34.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:32.136425+0000 mgr.smithi008.bqmuux (mgr.14182) 654 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:34.815 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:35.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:33.308114+0000 mgr.smithi008.bqmuux (mgr.14182) 655 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:35.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:33.308114+0000 mgr.smithi008.bqmuux (mgr.14182) 655 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:35.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:34.137256+0000 mgr.smithi008.bqmuux (mgr.14182) 656 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:36.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:34.137256+0000 mgr.smithi008.bqmuux (mgr.14182) 656 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:36.324 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:36.324 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:36.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:37.780 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:38.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:36.138014+0000 mgr.smithi008.bqmuux (mgr.14182) 657 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:11:38.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:36.323724+0000 mgr.smithi008.bqmuux (mgr.14182) 658 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:38.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:36.138014+0000 mgr.smithi008.bqmuux (mgr.14182) 657 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:11:38.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:36.323724+0000 mgr.smithi008.bqmuux (mgr.14182) 658 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:39.340 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:39.340 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:39.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:40.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:38.138832+0000 mgr.smithi008.bqmuux (mgr.14182) 659 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:40.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:38.138832+0000 mgr.smithi008.bqmuux (mgr.14182) 659 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:40.811 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:41.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:39.340231+0000 mgr.smithi008.bqmuux (mgr.14182) 660 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:41.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:39.340231+0000 mgr.smithi008.bqmuux (mgr.14182) 660 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:41.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:40.139652+0000 mgr.smithi008.bqmuux (mgr.14182) 661 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:42.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:40.139652+0000 mgr.smithi008.bqmuux (mgr.14182) 661 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:42.280 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:42.280 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:42.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:43.745 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:44.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:42.140258+0000 mgr.smithi008.bqmuux (mgr.14182) 662 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:44.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:42.280841+0000 mgr.smithi008.bqmuux (mgr.14182) 663 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:44.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:42.140258+0000 mgr.smithi008.bqmuux (mgr.14182) 662 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:44.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:42.280841+0000 mgr.smithi008.bqmuux (mgr.14182) 663 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:45.368 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:45.369 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:45.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:46.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:44.140937+0000 mgr.smithi008.bqmuux (mgr.14182) 664 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:46.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:44.140937+0000 mgr.smithi008.bqmuux (mgr.14182) 664 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:11:46.795 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:47.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:45.369519+0000 mgr.smithi008.bqmuux (mgr.14182) 665 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:47.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:45.369519+0000 mgr.smithi008.bqmuux (mgr.14182) 665 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:47.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:46.141714+0000 mgr.smithi008.bqmuux (mgr.14182) 666 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2024-02-18T02:11:48.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:46.141714+0000 mgr.smithi008.bqmuux (mgr.14182) 666 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2024-02-18T02:11:48.330 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:48.330 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:48.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:49.803 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:50.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:48.142368+0000 mgr.smithi008.bqmuux (mgr.14182) 667 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2024-02-18T02:11:50.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:48.331156+0000 mgr.smithi008.bqmuux (mgr.14182) 668 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:50.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:48.142368+0000 mgr.smithi008.bqmuux (mgr.14182) 667 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2024-02-18T02:11:50.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:48.331156+0000 mgr.smithi008.bqmuux (mgr.14182) 668 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:51.424 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:51.424 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:51.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:52.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:50.143179+0000 mgr.smithi008.bqmuux (mgr.14182) 669 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-18T02:11:52.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:50.143179+0000 mgr.smithi008.bqmuux (mgr.14182) 669 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-18T02:11:52.868 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:53.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:51.425018+0000 mgr.smithi008.bqmuux (mgr.14182) 670 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:53.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:51.425018+0000 mgr.smithi008.bqmuux (mgr.14182) 670 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:53.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:52.144035+0000 mgr.smithi008.bqmuux (mgr.14182) 671 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-18T02:11:54.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:52.144035+0000 mgr.smithi008.bqmuux (mgr.14182) 671 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-18T02:11:54.392 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:54.392 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:54.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:55.876 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:56.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:54.144899+0000 mgr.smithi008.bqmuux (mgr.14182) 672 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-18T02:11:56.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:54.393049+0000 mgr.smithi008.bqmuux (mgr.14182) 673 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:56.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:54.144899+0000 mgr.smithi008.bqmuux (mgr.14182) 672 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-18T02:11:56.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:54.393049+0000 mgr.smithi008.bqmuux (mgr.14182) 673 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:57.388 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:11:57.389 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:11:57.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:11:58.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:56.145616+0000 mgr.smithi008.bqmuux (mgr.14182) 674 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 83 op/s 2024-02-18T02:11:58.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:56.145616+0000 mgr.smithi008.bqmuux (mgr.14182) 674 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 83 op/s 2024-02-18T02:11:58.868 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:11:59.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:11:57.388899+0000 mgr.smithi008.bqmuux (mgr.14182) 675 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:11:59.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:11:57.388899+0000 mgr.smithi008.bqmuux (mgr.14182) 675 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:00.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:11:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:11:58.146561+0000 mgr.smithi008.bqmuux (mgr.14182) 676 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-02-18T02:12:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:11:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:11:58.146561+0000 mgr.smithi008.bqmuux (mgr.14182) 676 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-02-18T02:12:00.558 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:00.558 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:01.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:02.012 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:02.047 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:00.147331+0000 mgr.smithi008.bqmuux (mgr.14182) 677 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 24 op/s 2024-02-18T02:12:02.047 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:00.559475+0000 mgr.smithi008.bqmuux (mgr.14182) 678 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:02.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:00.147331+0000 mgr.smithi008.bqmuux (mgr.14182) 677 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 24 op/s 2024-02-18T02:12:02.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:00.559475+0000 mgr.smithi008.bqmuux (mgr.14182) 678 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:03.607 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:03.607 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:04.042 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:02.147966+0000 mgr.smithi008.bqmuux (mgr.14182) 679 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:04.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:04.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:02.147966+0000 mgr.smithi008.bqmuux (mgr.14182) 679 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:05.067 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:05.101 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:03.608223+0000 mgr.smithi008.bqmuux (mgr.14182) 680 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:05.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:03.608223+0000 mgr.smithi008.bqmuux (mgr.14182) 680 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:06.111 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:04.148967+0000 mgr.smithi008.bqmuux (mgr.14182) 681 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:06.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:04.148967+0000 mgr.smithi008.bqmuux (mgr.14182) 681 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:06.672 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:06.672 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:07.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:08.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:06.149816+0000 mgr.smithi008.bqmuux (mgr.14182) 682 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-18T02:12:08.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:06.672691+0000 mgr.smithi008.bqmuux (mgr.14182) 683 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:08.117 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:08.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:06.149816+0000 mgr.smithi008.bqmuux (mgr.14182) 682 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-18T02:12:08.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:06.672691+0000 mgr.smithi008.bqmuux (mgr.14182) 683 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:09.672 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:09.673 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:10.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:08.150693+0000 mgr.smithi008.bqmuux (mgr.14182) 684 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-18T02:12:10.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:08.150693+0000 mgr.smithi008.bqmuux (mgr.14182) 684 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-18T02:12:10.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:11.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:09.673129+0000 mgr.smithi008.bqmuux (mgr.14182) 685 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:11.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:09.673129+0000 mgr.smithi008.bqmuux (mgr.14182) 685 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:11.258 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:12.060 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:10.151447+0000 mgr.smithi008.bqmuux (mgr.14182) 686 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-18T02:12:12.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:10.151447+0000 mgr.smithi008.bqmuux (mgr.14182) 686 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-18T02:12:12.864 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:12.864 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:13.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:14.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:12.152187+0000 mgr.smithi008.bqmuux (mgr.14182) 687 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-18T02:12:14.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:12.152187+0000 mgr.smithi008.bqmuux (mgr.14182) 687 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-18T02:12:14.325 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:15.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:12.865363+0000 mgr.smithi008.bqmuux (mgr.14182) 688 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:15.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:12.865363+0000 mgr.smithi008.bqmuux (mgr.14182) 688 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:15.955 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:15.955 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:16.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:14.153025+0000 mgr.smithi008.bqmuux (mgr.14182) 689 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-18T02:12:16.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:14.153025+0000 mgr.smithi008.bqmuux (mgr.14182) 689 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-18T02:12:16.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:17.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:15.955822+0000 mgr.smithi008.bqmuux (mgr.14182) 690 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:17.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:16.153788+0000 mgr.smithi008.bqmuux (mgr.14182) 691 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-18T02:12:17.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:15.955822+0000 mgr.smithi008.bqmuux (mgr.14182) 690 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:17.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:16.153788+0000 mgr.smithi008.bqmuux (mgr.14182) 691 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-18T02:12:17.399 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:19.041 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:19.041 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:19.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:18.154844+0000 mgr.smithi008.bqmuux (mgr.14182) 692 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-18T02:12:19.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:19.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:18.154844+0000 mgr.smithi008.bqmuux (mgr.14182) 692 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-18T02:12:20.443 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:20.478 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:19.041505+0000 mgr.smithi008.bqmuux (mgr.14182) 693 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:20.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:19.041505+0000 mgr.smithi008.bqmuux (mgr.14182) 693 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:21.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:20.155655+0000 mgr.smithi008.bqmuux (mgr.14182) 694 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-02-18T02:12:21.571 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:20.155655+0000 mgr.smithi008.bqmuux (mgr.14182) 694 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-02-18T02:12:21.978 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:21.978 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:41.483485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:04:09.998933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.fqjvrt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-fqjvrt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.fqjvrt\nDeploy daemon haproxy.nfs.foo.smithi148.fqjvrt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:02:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:02:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:03:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.037558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.aoxtyt on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-aoxtyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.aoxtyt\nDeploy daemon haproxy.nfs.foo.smithi008.aoxtyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:04:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:05:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:06:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:06:40.042960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.zgtges on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:41.483763Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:41.483932Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:41.484082Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:41.484175Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:41.484534Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:22.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:23.456 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:21.977874+0000 mgr.smithi008.bqmuux (mgr.14182) 695 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:22.156331+0000 mgr.smithi008.bqmuux (mgr.14182) 696 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:22.503593+0000 mgr.smithi008.bqmuux (mgr.14182) 697 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.ycgstg ... 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:12:23.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:09:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:10:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:11:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Traceback (most recent call last): 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: yield (conn, connr) 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: code, '\n'.join(err))) 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.ycgstg ... 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:09:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:10:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:11:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:22.503829+0000 mgr.smithi008.bqmuux (mgr.14182) 698 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:22.504235+0000 mon.smithi008 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.ycgstg"}]: dispatch 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:22.504954+0000 mgr.smithi008.bqmuux (mgr.14182) 699 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.ycgstg ... 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:09:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:10:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:11:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:22.506342+0000 mgr.smithi008.bqmuux (mgr.14182) 700 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:22.507538+0000 mgr.smithi008.bqmuux (mgr.14182) 701 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:22.508443+0000 mgr.smithi008.bqmuux (mgr.14182) 702 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:22.512632+0000 mon.smithi008 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:22.756803+0000 mon.smithi008 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:23.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:22.779747+0000 mon.smithi008 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:23.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:21.977874+0000 mgr.smithi008.bqmuux (mgr.14182) 695 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:23.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:22.156331+0000 mgr.smithi008.bqmuux (mgr.14182) 696 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:22.503593+0000 mgr.smithi008.bqmuux (mgr.14182) 697 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.ycgstg ... 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:09:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:10:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:11:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:12:23.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Traceback (most recent call last): 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: yield (conn, connr) 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: code, '\n'.join(err))) 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.ycgstg ... 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:09:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.503 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:10:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:11:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:22.503829+0000 mgr.smithi008.bqmuux (mgr.14182) 698 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:22.504235+0000 mon.smithi008 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.ycgstg"}]: dispatch 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:22.504954+0000 mgr.smithi008.bqmuux (mgr.14182) 699 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.ycgstg ... 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:12:23.504 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:09:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:10:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:11:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:22.506342+0000 mgr.smithi008.bqmuux (mgr.14182) 700 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:22.507538+0000 mgr.smithi008.bqmuux (mgr.14182) 701 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:22.508443+0000 mgr.smithi008.bqmuux (mgr.14182) 702 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:22.512632+0000 mon.smithi008 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:22.756803+0000 mon.smithi008 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:23.505 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:22.779747+0000 mon.smithi008 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:24.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:23.220317+0000 mon.smithi008 (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:12:24.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:23.345364+0000 mon.smithi008 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:24.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:24.221370+0000 mon.smithi008 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:24.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:23.220317+0000 mon.smithi008 (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:12:24.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:23.345364+0000 mon.smithi008 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:24.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:24.221370+0000 mon.smithi008 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:25.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:24.507293+0000 mon.smithi008 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:25.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:24.508276+0000 mon.smithi008 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:25.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:24.509149+0000 mon.smithi008 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:25.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:24.509211+0000 mgr.smithi008.bqmuux (mgr.14182) 703 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-18T02:12:25.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:24.510603+0000 mon.smithi008 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:25.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:24.511224+0000 mgr.smithi008.bqmuux (mgr.14182) 704 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3734M 2024-02-18T02:12:25.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:24.516188+0000 mon.smithi008 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:24.507293+0000 mon.smithi008 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:24.508276+0000 mon.smithi008 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:24.509149+0000 mon.smithi008 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:24.509211+0000 mgr.smithi008.bqmuux (mgr.14182) 703 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-18T02:12:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:24.510603+0000 mon.smithi008 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:24.511224+0000 mgr.smithi008.bqmuux (mgr.14182) 704 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3734M 2024-02-18T02:12:25.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:24.516188+0000 mon.smithi008 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:25.562 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:25.562 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:06:45.257322Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:06:45.257419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:06:45.257506Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:06:45.257236Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:06:45.257071Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:06:45.258088Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:06:45.257580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:06:45.257726Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:06:45.257654Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:06:45.258015Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:26.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:26.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:25.563291+0000 mgr.smithi008.bqmuux (mgr.14182) 705 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:26.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:25.563291+0000 mgr.smithi008.bqmuux (mgr.14182) 705 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:27.155 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:27.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:26.510178+0000 mgr.smithi008.bqmuux (mgr.14182) 706 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-18T02:12:27.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.212602+0000 mon.smithi008 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:27.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:26.510178+0000 mgr.smithi008.bqmuux (mgr.14182) 706 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-18T02:12:27.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.212602+0000 mon.smithi008 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:28.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.552272+0000 mon.smithi008 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:28.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.553074+0000 mon.smithi008 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:28.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.553797+0000 mon.smithi008 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.554510+0000 mon.smithi008 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:27.555084+0000 mgr.smithi008.bqmuux (mgr.14182) 707 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 2711M 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.559610+0000 mon.smithi008 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.560873+0000 mon.smithi008 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.561605+0000 mon.smithi008 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:27.565116+0000 mgr.smithi008.bqmuux (mgr.14182) 708 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.751656+0000 mon.smithi008 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:27.752620+0000 mgr.smithi008.bqmuux (mgr.14182) 709 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.756810+0000 mon.smithi008 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:27.765381+0000 mon.smithi008 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:28.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:12:27.767905+0000 mgr.smithi008.bqmuux (mgr.14182) 710 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.wroszw on smithi148 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.552272+0000 mon.smithi008 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.553074+0000 mon.smithi008 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.553797+0000 mon.smithi008 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.554510+0000 mon.smithi008 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:27.555084+0000 mgr.smithi008.bqmuux (mgr.14182) 707 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 2711M 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.559610+0000 mon.smithi008 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.560873+0000 mon.smithi008 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.561605+0000 mon.smithi008 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:12:28.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:27.565116+0000 mgr.smithi008.bqmuux (mgr.14182) 708 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-18T02:12:28.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.751656+0000 mon.smithi008 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:28.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:27.752620+0000 mgr.smithi008.bqmuux (mgr.14182) 709 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-02-18T02:12:28.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.756810+0000 mon.smithi008 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:12:28.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:27.765381+0000 mon.smithi008 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:12:28.502 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:12:27.767905+0000 mgr.smithi008.bqmuux (mgr.14182) 710 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.wroszw on smithi148 2024-02-18T02:12:28.747 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:28.748 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:29.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:29.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:28.747992+0000 mgr.smithi008.bqmuux (mgr.14182) 711 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:29.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:28.749665+0000 mon.smithi008 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:12:29.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:28.749696+0000 mon.smithi008 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-02-18T02:12:29.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:28.747992+0000 mgr.smithi008.bqmuux (mgr.14182) 711 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:29.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:28.749665+0000 mon.smithi008 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:12:29.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:28.749696+0000 mon.smithi008 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-02-18T02:12:30.181 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:30.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:29.753280+0000 mgr.smithi008.bqmuux (mgr.14182) 712 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-02-18T02:12:30.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:29.753280+0000 mgr.smithi008.bqmuux (mgr.14182) 712 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-02-18T02:12:31.752 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:31.752 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:32.079 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:31.751508+0000 mgr.smithi008.bqmuux (mgr.14182) 713 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:32.079 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:31.753991+0000 mgr.smithi008.bqmuux (mgr.14182) 714 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-18T02:12:32.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:32.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:31.751508+0000 mgr.smithi008.bqmuux (mgr.14182) 713 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:32.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:31.753991+0000 mgr.smithi008.bqmuux (mgr.14182) 714 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-18T02:12:33.147 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:34.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:33.754637+0000 mgr.smithi008.bqmuux (mgr.14182) 715 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-18T02:12:34.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:33.754637+0000 mgr.smithi008.bqmuux (mgr.14182) 715 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-18T02:12:34.743 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:34.744 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:35.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:34.744282+0000 mgr.smithi008.bqmuux (mgr.14182) 716 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:35.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:35.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:34.744282+0000 mgr.smithi008.bqmuux (mgr.14182) 716 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:36.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:35.755519+0000 mgr.smithi008.bqmuux (mgr.14182) 717 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-18T02:12:36.164 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:36.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:35.755519+0000 mgr.smithi008.bqmuux (mgr.14182) 717 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-18T02:12:37.719 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:37.719 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:38.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:37.719465+0000 mgr.smithi008.bqmuux (mgr.14182) 718 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:38.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:37.756202+0000 mgr.smithi008.bqmuux (mgr.14182) 719 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-18T02:12:38.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:38.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:37.719465+0000 mgr.smithi008.bqmuux (mgr.14182) 718 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:38.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:37.756202+0000 mgr.smithi008.bqmuux (mgr.14182) 719 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-18T02:12:39.164 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:40.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:39.756893+0000 mgr.smithi008.bqmuux (mgr.14182) 720 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T02:12:40.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:39.756893+0000 mgr.smithi008.bqmuux (mgr.14182) 720 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T02:12:40.750 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:40.750 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:41.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:40.751433+0000 mgr.smithi008.bqmuux (mgr.14182) 721 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:41.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:41.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:40.751433+0000 mgr.smithi008.bqmuux (mgr.14182) 721 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:42.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:41.757809+0000 mgr.smithi008.bqmuux (mgr.14182) 722 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T02:12:42.195 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:42.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:41.757809+0000 mgr.smithi008.bqmuux (mgr.14182) 722 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T02:12:43.809 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:43.809 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:44.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:43.758361+0000 mgr.smithi008.bqmuux (mgr.14182) 723 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:12:44.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:44.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:43.758361+0000 mgr.smithi008.bqmuux (mgr.14182) 723 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-18T02:12:45.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:43.810042+0000 mgr.smithi008.bqmuux (mgr.14182) 724 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:45.245 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:45.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:43.810042+0000 mgr.smithi008.bqmuux (mgr.14182) 724 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:45.982 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:45.759126+0000 mgr.smithi008.bqmuux (mgr.14182) 725 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:12:46.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:45.759126+0000 mgr.smithi008.bqmuux (mgr.14182) 725 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:12:46.934 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:46.934 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:47.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:48.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:46.934748+0000 mgr.smithi008.bqmuux (mgr.14182) 726 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:48.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:47.760049+0000 mgr.smithi008.bqmuux (mgr.14182) 727 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:48.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:46.934748+0000 mgr.smithi008.bqmuux (mgr.14182) 726 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:48.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:47.760049+0000 mgr.smithi008.bqmuux (mgr.14182) 727 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:48.370 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:50.018 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:50.018 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:50.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:49.760694+0000 mgr.smithi008.bqmuux (mgr.14182) 728 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:50.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:49.760694+0000 mgr.smithi008.bqmuux (mgr.14182) 728 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:50.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:51.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:50.018814+0000 mgr.smithi008.bqmuux (mgr.14182) 729 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:51.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:50.018814+0000 mgr.smithi008.bqmuux (mgr.14182) 729 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:51.538 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:52.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:51.761705+0000 mgr.smithi008.bqmuux (mgr.14182) 730 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:52.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:51.761705+0000 mgr.smithi008.bqmuux (mgr.14182) 730 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:53.122 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:53.122 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:53.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:54.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:53.122672+0000 mgr.smithi008.bqmuux (mgr.14182) 731 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:54.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:53.762358+0000 mgr.smithi008.bqmuux (mgr.14182) 732 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:54.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:53.122672+0000 mgr.smithi008.bqmuux (mgr.14182) 731 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:54.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:53.762358+0000 mgr.smithi008.bqmuux (mgr.14182) 732 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:54.585 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:56.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:55.763076+0000 mgr.smithi008.bqmuux (mgr.14182) 733 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:12:56.159 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:56.159 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:56.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:55.763076+0000 mgr.smithi008.bqmuux (mgr.14182) 733 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:12:56.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:12:57.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:56.159534+0000 mgr.smithi008.bqmuux (mgr.14182) 734 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:57.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:56.159534+0000 mgr.smithi008.bqmuux (mgr.14182) 734 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:12:57.619 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:12:58.004 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:57.763840+0000 mgr.smithi008.bqmuux (mgr.14182) 735 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:58.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:57.763840+0000 mgr.smithi008.bqmuux (mgr.14182) 735 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:12:59.181 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:12:59.181 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:12:59.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:00.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:12:59.181781+0000 mgr.smithi008.bqmuux (mgr.14182) 736 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:12:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:12:59.764665+0000 mgr.smithi008.bqmuux (mgr.14182) 737 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:12:59.181781+0000 mgr.smithi008.bqmuux (mgr.14182) 736 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:12:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:12:59.764665+0000 mgr.smithi008.bqmuux (mgr.14182) 737 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:00.586 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:02.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:01.765545+0000 mgr.smithi008.bqmuux (mgr.14182) 738 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:02.145 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:02.145 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:02.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:01.765545+0000 mgr.smithi008.bqmuux (mgr.14182) 738 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:02.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:03.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:02.146053+0000 mgr.smithi008.bqmuux (mgr.14182) 739 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:03.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:02.146053+0000 mgr.smithi008.bqmuux (mgr.14182) 739 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:03.543 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:04.113 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:03.766238+0000 mgr.smithi008.bqmuux (mgr.14182) 740 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:04.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:03.766238+0000 mgr.smithi008.bqmuux (mgr.14182) 740 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:05.142 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:05.142 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:05.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:06.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:05.142621+0000 mgr.smithi008.bqmuux (mgr.14182) 741 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:06.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:05.767129+0000 mgr.smithi008.bqmuux (mgr.14182) 742 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:06.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:05.142621+0000 mgr.smithi008.bqmuux (mgr.14182) 741 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:06.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:05.767129+0000 mgr.smithi008.bqmuux (mgr.14182) 742 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:06.568 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:08.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:07.767848+0000 mgr.smithi008.bqmuux (mgr.14182) 743 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:08.125 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:08.125 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:08.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:07.767848+0000 mgr.smithi008.bqmuux (mgr.14182) 743 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:08.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:09.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:08.126584+0000 mgr.smithi008.bqmuux (mgr.14182) 744 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:09.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:08.126584+0000 mgr.smithi008.bqmuux (mgr.14182) 744 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:09.544 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:10.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:09.768454+0000 mgr.smithi008.bqmuux (mgr.14182) 745 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:10.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:09.768454+0000 mgr.smithi008.bqmuux (mgr.14182) 745 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:11.162 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:11.162 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:11.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:12.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:11.162825+0000 mgr.smithi008.bqmuux (mgr.14182) 746 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:12.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:11.769511+0000 mgr.smithi008.bqmuux (mgr.14182) 747 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:12.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:11.162825+0000 mgr.smithi008.bqmuux (mgr.14182) 746 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:12.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:11.769511+0000 mgr.smithi008.bqmuux (mgr.14182) 747 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:12.584 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:14.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:13.770206+0000 mgr.smithi008.bqmuux (mgr.14182) 748 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:14.229 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:14.229 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:14.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:13.770206+0000 mgr.smithi008.bqmuux (mgr.14182) 748 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:14.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:15.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:14.229877+0000 mgr.smithi008.bqmuux (mgr.14182) 749 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:15.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:14.229877+0000 mgr.smithi008.bqmuux (mgr.14182) 749 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:15.642 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:16.012 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:15.770879+0000 mgr.smithi008.bqmuux (mgr.14182) 750 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:16.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:15.770879+0000 mgr.smithi008.bqmuux (mgr.14182) 750 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:17.163 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:17.163 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:17.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:17.164697+0000 mgr.smithi008.bqmuux (mgr.14182) 751 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:17.771805+0000 mgr.smithi008.bqmuux (mgr.14182) 752 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:17.164697+0000 mgr.smithi008.bqmuux (mgr.14182) 751 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:17.771805+0000 mgr.smithi008.bqmuux (mgr.14182) 752 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:18.608 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:20.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:19.772556+0000 mgr.smithi008.bqmuux (mgr.14182) 753 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:20.237 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:20.238 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:20.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:19.772556+0000 mgr.smithi008.bqmuux (mgr.14182) 753 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:20.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:21.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:20.238631+0000 mgr.smithi008.bqmuux (mgr.14182) 754 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:21.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:20.238631+0000 mgr.smithi008.bqmuux (mgr.14182) 754 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:21.652 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:22.036 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:21.773306+0000 mgr.smithi008.bqmuux (mgr.14182) 755 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:22.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:21.773306+0000 mgr.smithi008.bqmuux (mgr.14182) 755 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:23.204 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:23.204 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:23.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:24.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:23.204993+0000 mgr.smithi008.bqmuux (mgr.14182) 756 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:24.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:23.773993+0000 mgr.smithi008.bqmuux (mgr.14182) 757 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:24.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:23.204993+0000 mgr.smithi008.bqmuux (mgr.14182) 756 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:24.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:23.773993+0000 mgr.smithi008.bqmuux (mgr.14182) 757 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:24.623 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:26.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:25.774731+0000 mgr.smithi008.bqmuux (mgr.14182) 758 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:26.240 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:26.240 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:26.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:25.774731+0000 mgr.smithi008.bqmuux (mgr.14182) 758 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:26.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:27.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:26.241185+0000 mgr.smithi008.bqmuux (mgr.14182) 759 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:27.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:26.241185+0000 mgr.smithi008.bqmuux (mgr.14182) 759 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:27.666 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:28.042 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:27.775456+0000 mgr.smithi008.bqmuux (mgr.14182) 760 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:28.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:27.775456+0000 mgr.smithi008.bqmuux (mgr.14182) 760 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:29.304 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:29.304 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:29.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:30.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:29.304663+0000 mgr.smithi008.bqmuux (mgr.14182) 761 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:30.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:29.776044+0000 mgr.smithi008.bqmuux (mgr.14182) 762 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:30.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:29.304663+0000 mgr.smithi008.bqmuux (mgr.14182) 761 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:30.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:29.776044+0000 mgr.smithi008.bqmuux (mgr.14182) 762 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:30.731 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:32.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:31.777011+0000 mgr.smithi008.bqmuux (mgr.14182) 763 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:32.241 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:32.241 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:32.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:31.777011+0000 mgr.smithi008.bqmuux (mgr.14182) 763 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:32.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:33.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:32.241778+0000 mgr.smithi008.bqmuux (mgr.14182) 764 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:33.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:32.241778+0000 mgr.smithi008.bqmuux (mgr.14182) 764 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:33.688 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:34.075 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:33.777650+0000 mgr.smithi008.bqmuux (mgr.14182) 765 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:34.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:33.777650+0000 mgr.smithi008.bqmuux (mgr.14182) 765 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:35.299 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:35.299 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:35.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:36.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:35.300092+0000 mgr.smithi008.bqmuux (mgr.14182) 766 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:36.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:35.778379+0000 mgr.smithi008.bqmuux (mgr.14182) 767 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:36.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:35.300092+0000 mgr.smithi008.bqmuux (mgr.14182) 766 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:36.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:35.778379+0000 mgr.smithi008.bqmuux (mgr.14182) 767 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:36.739 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:38.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:37.779370+0000 mgr.smithi008.bqmuux (mgr.14182) 768 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:38.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:37.779370+0000 mgr.smithi008.bqmuux (mgr.14182) 768 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:38.344 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:38.344 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:38.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:39.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:38.345462+0000 mgr.smithi008.bqmuux (mgr.14182) 769 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:39.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:38.345462+0000 mgr.smithi008.bqmuux (mgr.14182) 769 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:39.750 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:40.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:39.780100+0000 mgr.smithi008.bqmuux (mgr.14182) 770 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:40.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:39.780100+0000 mgr.smithi008.bqmuux (mgr.14182) 770 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:41.310 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:41.310 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:41.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:42.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:41.311194+0000 mgr.smithi008.bqmuux (mgr.14182) 771 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:42.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:41.781008+0000 mgr.smithi008.bqmuux (mgr.14182) 772 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:42.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:41.311194+0000 mgr.smithi008.bqmuux (mgr.14182) 771 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:42.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:41.781008+0000 mgr.smithi008.bqmuux (mgr.14182) 772 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:42.758 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:44.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:43.781654+0000 mgr.smithi008.bqmuux (mgr.14182) 773 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:44.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:43.781654+0000 mgr.smithi008.bqmuux (mgr.14182) 773 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:44.292 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:44.293 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:44.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:45.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:44.293792+0000 mgr.smithi008.bqmuux (mgr.14182) 774 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:45.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:44.293792+0000 mgr.smithi008.bqmuux (mgr.14182) 774 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:45.712 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:46.091 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:45.782347+0000 mgr.smithi008.bqmuux (mgr.14182) 775 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:46.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:45.782347+0000 mgr.smithi008.bqmuux (mgr.14182) 775 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:47.246 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:47.247 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:47.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:48.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:47.247649+0000 mgr.smithi008.bqmuux (mgr.14182) 776 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:48.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:47.783349+0000 mgr.smithi008.bqmuux (mgr.14182) 777 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:48.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:47.247649+0000 mgr.smithi008.bqmuux (mgr.14182) 776 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:48.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:47.783349+0000 mgr.smithi008.bqmuux (mgr.14182) 777 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:48.678 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:50.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:49.783946+0000 mgr.smithi008.bqmuux (mgr.14182) 778 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:50.248 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:50.249 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:50.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:49.783946+0000 mgr.smithi008.bqmuux (mgr.14182) 778 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:50.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:51.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:50.249570+0000 mgr.smithi008.bqmuux (mgr.14182) 779 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:51.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:50.249570+0000 mgr.smithi008.bqmuux (mgr.14182) 779 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:51.659 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:52.039 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:51.784723+0000 mgr.smithi008.bqmuux (mgr.14182) 780 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:52.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:51.784723+0000 mgr.smithi008.bqmuux (mgr.14182) 780 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:53.228 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:53.228 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:53.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:54.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:53.228069+0000 mgr.smithi008.bqmuux (mgr.14182) 781 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:54.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:53.785576+0000 mgr.smithi008.bqmuux (mgr.14182) 782 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:54.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:53.228069+0000 mgr.smithi008.bqmuux (mgr.14182) 781 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:54.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:53.785576+0000 mgr.smithi008.bqmuux (mgr.14182) 782 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:54.645 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:56.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:55.786294+0000 mgr.smithi008.bqmuux (mgr.14182) 783 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:56.185 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:56.185 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:56.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:55.786294+0000 mgr.smithi008.bqmuux (mgr.14182) 783 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:13:56.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:13:57.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:56.185570+0000 mgr.smithi008.bqmuux (mgr.14182) 784 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:57.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:56.185570+0000 mgr.smithi008.bqmuux (mgr.14182) 784 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:13:57.637 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:13:58.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:57.787226+0000 mgr.smithi008.bqmuux (mgr.14182) 785 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:58.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:57.787226+0000 mgr.smithi008.bqmuux (mgr.14182) 785 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:13:59.281 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:13:59.282 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:13:59.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:00.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:13:59.282742+0000 mgr.smithi008.bqmuux (mgr.14182) 786 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:00.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:13:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:13:59.787902+0000 mgr.smithi008.bqmuux (mgr.14182) 787 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:13:59.282742+0000 mgr.smithi008.bqmuux (mgr.14182) 786 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:13:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:13:59.787902+0000 mgr.smithi008.bqmuux (mgr.14182) 787 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:00.689 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:02.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:01.788792+0000 mgr.smithi008.bqmuux (mgr.14182) 788 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:02.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:01.788792+0000 mgr.smithi008.bqmuux (mgr.14182) 788 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:02.303 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:02.304 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:02.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:03.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:02.304702+0000 mgr.smithi008.bqmuux (mgr.14182) 789 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:03.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:02.304702+0000 mgr.smithi008.bqmuux (mgr.14182) 789 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:03.711 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:04.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:03.789447+0000 mgr.smithi008.bqmuux (mgr.14182) 790 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:04.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:03.789447+0000 mgr.smithi008.bqmuux (mgr.14182) 790 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:05.342 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:05.342 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:05.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:06.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:05.342590+0000 mgr.smithi008.bqmuux (mgr.14182) 791 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:06.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:05.790260+0000 mgr.smithi008.bqmuux (mgr.14182) 792 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:06.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:05.342590+0000 mgr.smithi008.bqmuux (mgr.14182) 791 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:06.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:05.790260+0000 mgr.smithi008.bqmuux (mgr.14182) 792 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:06.788 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:08.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:07.791144+0000 mgr.smithi008.bqmuux (mgr.14182) 793 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:08.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:07.791144+0000 mgr.smithi008.bqmuux (mgr.14182) 793 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:08.295 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:08.295 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:08.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:09.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:08.296366+0000 mgr.smithi008.bqmuux (mgr.14182) 794 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:09.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:08.296366+0000 mgr.smithi008.bqmuux (mgr.14182) 794 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:09.717 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:10.096 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:09.791689+0000 mgr.smithi008.bqmuux (mgr.14182) 795 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:10.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:09.791689+0000 mgr.smithi008.bqmuux (mgr.14182) 795 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:11.266 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:11.267 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:11.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:12.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:11.267306+0000 mgr.smithi008.bqmuux (mgr.14182) 796 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:12.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:11.792643+0000 mgr.smithi008.bqmuux (mgr.14182) 797 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:12.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:11.267306+0000 mgr.smithi008.bqmuux (mgr.14182) 796 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:12.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:11.792643+0000 mgr.smithi008.bqmuux (mgr.14182) 797 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:12.658 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:14.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:13.793314+0000 mgr.smithi008.bqmuux (mgr.14182) 798 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:14.176 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:14.177 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:14.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:13.793314+0000 mgr.smithi008.bqmuux (mgr.14182) 798 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:14.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:15.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:14.177873+0000 mgr.smithi008.bqmuux (mgr.14182) 799 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:15.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:14.177873+0000 mgr.smithi008.bqmuux (mgr.14182) 799 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:15.618 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:16.013 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:15.793967+0000 mgr.smithi008.bqmuux (mgr.14182) 800 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:16.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:15.793967+0000 mgr.smithi008.bqmuux (mgr.14182) 800 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:17.221 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:17.221 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:17.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:17.222140+0000 mgr.smithi008.bqmuux (mgr.14182) 801 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:17.794797+0000 mgr.smithi008.bqmuux (mgr.14182) 802 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:17.222140+0000 mgr.smithi008.bqmuux (mgr.14182) 801 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:17.794797+0000 mgr.smithi008.bqmuux (mgr.14182) 802 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:18.649 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:20.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:19.795318+0000 mgr.smithi008.bqmuux (mgr.14182) 803 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:20.220 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:20.220 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:20.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:19.795318+0000 mgr.smithi008.bqmuux (mgr.14182) 803 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:20.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:20.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:20.221641+0000 mgr.smithi008.bqmuux (mgr.14182) 804 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:21.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:20.221641+0000 mgr.smithi008.bqmuux (mgr.14182) 804 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:21.643 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:22.028 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:21.796045+0000 mgr.smithi008.bqmuux (mgr.14182) 805 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:22.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:21.796045+0000 mgr.smithi008.bqmuux (mgr.14182) 805 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:23.248 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:23.248 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:23.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:24.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:23.248800+0000 mgr.smithi008.bqmuux (mgr.14182) 806 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:24.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:23.796785+0000 mgr.smithi008.bqmuux (mgr.14182) 807 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:24.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:23.248800+0000 mgr.smithi008.bqmuux (mgr.14182) 806 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:24.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:23.796785+0000 mgr.smithi008.bqmuux (mgr.14182) 807 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:24.782 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:26.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:25.797523+0000 mgr.smithi008.bqmuux (mgr.14182) 808 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:26.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:25.797523+0000 mgr.smithi008.bqmuux (mgr.14182) 808 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:26.356 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:26.357 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:26.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:27.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:26.357712+0000 mgr.smithi008.bqmuux (mgr.14182) 809 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:27.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:26.357712+0000 mgr.smithi008.bqmuux (mgr.14182) 809 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:27.749 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:28.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:27.798261+0000 mgr.smithi008.bqmuux (mgr.14182) 810 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:28.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:27.798261+0000 mgr.smithi008.bqmuux (mgr.14182) 810 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:29.376 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:29.376 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:29.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:30.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:29.376739+0000 mgr.smithi008.bqmuux (mgr.14182) 811 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:30.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:29.799173+0000 mgr.smithi008.bqmuux (mgr.14182) 812 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:30.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:29.376739+0000 mgr.smithi008.bqmuux (mgr.14182) 811 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:30.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:29.799173+0000 mgr.smithi008.bqmuux (mgr.14182) 812 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:30.799 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:32.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:31.799977+0000 mgr.smithi008.bqmuux (mgr.14182) 813 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:32.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:31.799977+0000 mgr.smithi008.bqmuux (mgr.14182) 813 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:32.347 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:32.347 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:32.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:33.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:32.348756+0000 mgr.smithi008.bqmuux (mgr.14182) 814 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:33.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:32.348756+0000 mgr.smithi008.bqmuux (mgr.14182) 814 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:33.766 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:34.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:33.800683+0000 mgr.smithi008.bqmuux (mgr.14182) 815 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:34.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:33.800683+0000 mgr.smithi008.bqmuux (mgr.14182) 815 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:35.405 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:35.405 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:35.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:36.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:35.406508+0000 mgr.smithi008.bqmuux (mgr.14182) 816 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:36.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:35.801638+0000 mgr.smithi008.bqmuux (mgr.14182) 817 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:36.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:35.406508+0000 mgr.smithi008.bqmuux (mgr.14182) 816 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:36.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:35.801638+0000 mgr.smithi008.bqmuux (mgr.14182) 817 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:36.797 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:38.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:37.802362+0000 mgr.smithi008.bqmuux (mgr.14182) 818 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:38.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:37.802362+0000 mgr.smithi008.bqmuux (mgr.14182) 818 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:38.404 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:38.405 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:38.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:39.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:38.404776+0000 mgr.smithi008.bqmuux (mgr.14182) 819 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:39.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:38.404776+0000 mgr.smithi008.bqmuux (mgr.14182) 819 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:39.841 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:40.226 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:39.803015+0000 mgr.smithi008.bqmuux (mgr.14182) 820 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:40.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:39.803015+0000 mgr.smithi008.bqmuux (mgr.14182) 820 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:41.442 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:41.442 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:41.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:42.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:41.443684+0000 mgr.smithi008.bqmuux (mgr.14182) 821 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:42.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:41.803791+0000 mgr.smithi008.bqmuux (mgr.14182) 822 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:42.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:41.443684+0000 mgr.smithi008.bqmuux (mgr.14182) 821 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:42.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:41.803791+0000 mgr.smithi008.bqmuux (mgr.14182) 822 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:42.839 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:44.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:43.804567+0000 mgr.smithi008.bqmuux (mgr.14182) 823 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:44.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:43.804567+0000 mgr.smithi008.bqmuux (mgr.14182) 823 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:44.443 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:44.443 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:44.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:45.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:44.444192+0000 mgr.smithi008.bqmuux (mgr.14182) 824 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:45.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:44.444192+0000 mgr.smithi008.bqmuux (mgr.14182) 824 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:45.881 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:46.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:45.805246+0000 mgr.smithi008.bqmuux (mgr.14182) 825 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:46.259 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:45.805246+0000 mgr.smithi008.bqmuux (mgr.14182) 825 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:47.415 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:47.415 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:47.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:48.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:47.415718+0000 mgr.smithi008.bqmuux (mgr.14182) 826 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:48.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:47.806015+0000 mgr.smithi008.bqmuux (mgr.14182) 827 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:48.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:47.415718+0000 mgr.smithi008.bqmuux (mgr.14182) 826 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:48.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:47.806015+0000 mgr.smithi008.bqmuux (mgr.14182) 827 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:48.804 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:50.078 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:49.806879+0000 mgr.smithi008.bqmuux (mgr.14182) 828 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:50.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:49.806879+0000 mgr.smithi008.bqmuux (mgr.14182) 828 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:50.490 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:50.490 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:50.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:51.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:50.491470+0000 mgr.smithi008.bqmuux (mgr.14182) 829 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:51.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:50.491470+0000 mgr.smithi008.bqmuux (mgr.14182) 829 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:51.880 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:52.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:51.807701+0000 mgr.smithi008.bqmuux (mgr.14182) 830 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:52.273 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:51.807701+0000 mgr.smithi008.bqmuux (mgr.14182) 830 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:53.437 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:53.437 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:53.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:54.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:53.437465+0000 mgr.smithi008.bqmuux (mgr.14182) 831 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:54.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:53.808452+0000 mgr.smithi008.bqmuux (mgr.14182) 832 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:54.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:53.437465+0000 mgr.smithi008.bqmuux (mgr.14182) 831 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:54.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:53.808452+0000 mgr.smithi008.bqmuux (mgr.14182) 832 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:54.838 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:56.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:55.809156+0000 mgr.smithi008.bqmuux (mgr.14182) 833 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:56.344 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:56.344 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:06:40.044325Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.wcguvf on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:56.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:55.809156+0000 mgr.smithi008.bqmuux (mgr.14182) 833 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:14:56.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:14:57.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:56.344985+0000 mgr.smithi008.bqmuux (mgr.14182) 834 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:57.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:56.344985+0000 mgr.smithi008.bqmuux (mgr.14182) 834 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:14:57.779 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:14:58.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:57.810123+0000 mgr.smithi008.bqmuux (mgr.14182) 835 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:58.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:57.810123+0000 mgr.smithi008.bqmuux (mgr.14182) 835 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:14:59.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:58.830680+0000 mon.smithi008 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.wroszw"}]: dispatch 2024-02-18T02:14:59.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:58.830680+0000 mon.smithi008 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.wroszw"}]: dispatch 2024-02-18T02:14:59.370 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:14:59.370 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:14:59.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:14:58.829978+0000 mgr.smithi008.bqmuux (mgr.14182) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.wroszw ... 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:13:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:13:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:14:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Traceback (most recent call last): 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: yield (conn, connr) 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: code, '\n'.join(err))) 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.wroszw ... 2024-02-18T02:15:00.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:13:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:13:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:14:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:14:58.830212+0000 mgr.smithi008.bqmuux (mgr.14182) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:14:58.831519+0000 mgr.smithi008.bqmuux (mgr.14182) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.wroszw ... 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:15:00.120 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:13:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.120 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:13:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.120 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:14:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.120 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:15:00.120 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.120 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:14:58.833141+0000 mgr.smithi008.bqmuux (mgr.14182) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.rdjyny on smithi008 2024-02-18T02:15:00.120 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:14:59.371334+0000 mgr.smithi008.bqmuux (mgr.14182) 840 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:00.120 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:14:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:14:59.811019+0000 mgr.smithi008.bqmuux (mgr.14182) 841 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:14:58.829978+0000 mgr.smithi008.bqmuux (mgr.14182) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.wroszw ... 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:13:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:13:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:14:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Traceback (most recent call last): 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: yield (conn, connr) 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: code, '\n'.join(err))) 2024-02-18T02:15:00.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.wroszw ... 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:13:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:13:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:14:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:14:58.830212+0000 mgr.smithi008.bqmuux (mgr.14182) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:14:58.831519+0000 mgr.smithi008.bqmuux (mgr.14182) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.wroszw ... 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:13:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:13:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:14:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:14:58.833141+0000 mgr.smithi008.bqmuux (mgr.14182) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.rdjyny on smithi008 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:14:59.371334+0000 mgr.smithi008.bqmuux (mgr.14182) 840 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:00.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:14:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:14:59.811019+0000 mgr.smithi008.bqmuux (mgr.14182) 841 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:00.913 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:02.110 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:01.811747+0000 mgr.smithi008.bqmuux (mgr.14182) 842 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:02.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:01.811747+0000 mgr.smithi008.bqmuux (mgr.14182) 842 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:02.523 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:02.523 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:02.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:03.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:02.524627+0000 mgr.smithi008.bqmuux (mgr.14182) 843 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:03.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:02.524627+0000 mgr.smithi008.bqmuux (mgr.14182) 843 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:03.936 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:04.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:03.812522+0000 mgr.smithi008.bqmuux (mgr.14182) 844 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:04.316 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:03.812522+0000 mgr.smithi008.bqmuux (mgr.14182) 844 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:05.511 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:05.511 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:05.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:06.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:05.511784+0000 mgr.smithi008.bqmuux (mgr.14182) 845 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:06.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:05.813192+0000 mgr.smithi008.bqmuux (mgr.14182) 846 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:06.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:05.511784+0000 mgr.smithi008.bqmuux (mgr.14182) 845 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:06.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:05.813192+0000 mgr.smithi008.bqmuux (mgr.14182) 846 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:06.941 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:08.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:07.814109+0000 mgr.smithi008.bqmuux (mgr.14182) 847 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:08.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:07.814109+0000 mgr.smithi008.bqmuux (mgr.14182) 847 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:08.570 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:08.570 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:09.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:09.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:08.571014+0000 mgr.smithi008.bqmuux (mgr.14182) 848 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:09.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:08.571014+0000 mgr.smithi008.bqmuux (mgr.14182) 848 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:10.054 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:10.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:09.814819+0000 mgr.smithi008.bqmuux (mgr.14182) 849 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:10.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:09.814819+0000 mgr.smithi008.bqmuux (mgr.14182) 849 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:11.560 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:11.560 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:12.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:12.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:11.560967+0000 mgr.smithi008.bqmuux (mgr.14182) 850 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:12.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:11.815668+0000 mgr.smithi008.bqmuux (mgr.14182) 851 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:12.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:11.560967+0000 mgr.smithi008.bqmuux (mgr.14182) 850 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:12.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:11.815668+0000 mgr.smithi008.bqmuux (mgr.14182) 851 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:13.009 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:14.091 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:13.816607+0000 mgr.smithi008.bqmuux (mgr.14182) 852 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:14.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:13.816607+0000 mgr.smithi008.bqmuux (mgr.14182) 852 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:14.511 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:14.511 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:14.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:15.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:14.512604+0000 mgr.smithi008.bqmuux (mgr.14182) 853 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:15.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:14.512604+0000 mgr.smithi008.bqmuux (mgr.14182) 853 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:15.918 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:16.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:15.817314+0000 mgr.smithi008.bqmuux (mgr.14182) 854 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:16.295 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:15.817314+0000 mgr.smithi008.bqmuux (mgr.14182) 854 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:17.496 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:17.497 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:17.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:18.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:17.497797+0000 mgr.smithi008.bqmuux (mgr.14182) 855 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:18.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:17.818183+0000 mgr.smithi008.bqmuux (mgr.14182) 856 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:18.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:17.497797+0000 mgr.smithi008.bqmuux (mgr.14182) 855 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:18.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:17.818183+0000 mgr.smithi008.bqmuux (mgr.14182) 856 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:18.970 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:20.070 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:19.818880+0000 mgr.smithi008.bqmuux (mgr.14182) 857 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:20.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:19.818880+0000 mgr.smithi008.bqmuux (mgr.14182) 857 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:20.479 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:20.480 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:20.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:21.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:20.480580+0000 mgr.smithi008.bqmuux (mgr.14182) 858 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:21.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:20.480580+0000 mgr.smithi008.bqmuux (mgr.14182) 858 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:21.877 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:22.246 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:21.819647+0000 mgr.smithi008.bqmuux (mgr.14182) 859 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:22.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:21.819647+0000 mgr.smithi008.bqmuux (mgr.14182) 859 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:23.371 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:23.372 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:23.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:24.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:23.371882+0000 mgr.smithi008.bqmuux (mgr.14182) 860 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:24.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:23.820581+0000 mgr.smithi008.bqmuux (mgr.14182) 861 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:24.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:23.371882+0000 mgr.smithi008.bqmuux (mgr.14182) 860 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:24.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:23.820581+0000 mgr.smithi008.bqmuux (mgr.14182) 861 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:24.758 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:26.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:25.821321+0000 mgr.smithi008.bqmuux (mgr.14182) 862 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:26.319 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:26.319 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:26.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:25.821321+0000 mgr.smithi008.bqmuux (mgr.14182) 862 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:26.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:27.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:26.319895+0000 mgr.smithi008.bqmuux (mgr.14182) 863 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:27.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:26.319895+0000 mgr.smithi008.bqmuux (mgr.14182) 863 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:27.734 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:28.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:27.822129+0000 mgr.smithi008.bqmuux (mgr.14182) 864 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:28.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:27.822129+0000 mgr.smithi008.bqmuux (mgr.14182) 864 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:29.309 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:29.309 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:29.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:30.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:29.310416+0000 mgr.smithi008.bqmuux (mgr.14182) 865 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:30.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:29.822971+0000 mgr.smithi008.bqmuux (mgr.14182) 866 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:30.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:29.310416+0000 mgr.smithi008.bqmuux (mgr.14182) 865 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:30.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:29.822971+0000 mgr.smithi008.bqmuux (mgr.14182) 866 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:30.743 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:32.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:31.823756+0000 mgr.smithi008.bqmuux (mgr.14182) 867 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:32.324 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:32.324 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:32.353 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:31.823756+0000 mgr.smithi008.bqmuux (mgr.14182) 867 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:32.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:33.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:32.324370+0000 mgr.smithi008.bqmuux (mgr.14182) 868 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:33.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:32.324370+0000 mgr.smithi008.bqmuux (mgr.14182) 868 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:33.765 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:34.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:33.824504+0000 mgr.smithi008.bqmuux (mgr.14182) 869 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:34.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:33.824504+0000 mgr.smithi008.bqmuux (mgr.14182) 869 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:35.415 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:35.415 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:35.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:36.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:35.413773+0000 mgr.smithi008.bqmuux (mgr.14182) 870 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:36.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:35.825440+0000 mgr.smithi008.bqmuux (mgr.14182) 871 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:36.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:35.413773+0000 mgr.smithi008.bqmuux (mgr.14182) 870 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:36.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:35.825440+0000 mgr.smithi008.bqmuux (mgr.14182) 871 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:36.823 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:38.022 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:37.826240+0000 mgr.smithi008.bqmuux (mgr.14182) 872 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:38.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:37.826240+0000 mgr.smithi008.bqmuux (mgr.14182) 872 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:38.421 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:38.422 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:38.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:39.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:38.422971+0000 mgr.smithi008.bqmuux (mgr.14182) 873 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:39.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:38.422971+0000 mgr.smithi008.bqmuux (mgr.14182) 873 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:39.848 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:40.217 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:39.826988+0000 mgr.smithi008.bqmuux (mgr.14182) 874 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:40.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:39.826988+0000 mgr.smithi008.bqmuux (mgr.14182) 874 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:41.450 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:41.450 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:41.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:42.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:41.450747+0000 mgr.smithi008.bqmuux (mgr.14182) 875 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:42.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:41.450747+0000 mgr.smithi008.bqmuux (mgr.14182) 875 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:42.856 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:43.233 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:41.827829+0000 mgr.smithi008.bqmuux (mgr.14182) 876 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:43.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:41.827829+0000 mgr.smithi008.bqmuux (mgr.14182) 876 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:44.397 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:44.398 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:44.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:45.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:43.828533+0000 mgr.smithi008.bqmuux (mgr.14182) 877 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:45.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:44.399086+0000 mgr.smithi008.bqmuux (mgr.14182) 878 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:45.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:43.828533+0000 mgr.smithi008.bqmuux (mgr.14182) 877 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:45.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:44.399086+0000 mgr.smithi008.bqmuux (mgr.14182) 878 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:45.817 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:47.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:45.829215+0000 mgr.smithi008.bqmuux (mgr.14182) 879 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:47.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:45.829215+0000 mgr.smithi008.bqmuux (mgr.14182) 879 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:47.509 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:47.509 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:47.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:48.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:47.510816+0000 mgr.smithi008.bqmuux (mgr.14182) 880 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:48.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:47.510816+0000 mgr.smithi008.bqmuux (mgr.14182) 880 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:48.917 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:49.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:47.830024+0000 mgr.smithi008.bqmuux (mgr.14182) 881 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:49.292 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:47.830024+0000 mgr.smithi008.bqmuux (mgr.14182) 881 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:50.506 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:50.506 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:50.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:51.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:49.830711+0000 mgr.smithi008.bqmuux (mgr.14182) 882 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:51.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:50.507298+0000 mgr.smithi008.bqmuux (mgr.14182) 883 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:51.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:49.830711+0000 mgr.smithi008.bqmuux (mgr.14182) 882 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:51.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:50.507298+0000 mgr.smithi008.bqmuux (mgr.14182) 883 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:51.965 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:53.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:51.831673+0000 mgr.smithi008.bqmuux (mgr.14182) 884 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:53.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:51.831673+0000 mgr.smithi008.bqmuux (mgr.14182) 884 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:53.491 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:53.492 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:53.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:54.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:53.492770+0000 mgr.smithi008.bqmuux (mgr.14182) 885 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:54.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:53.492770+0000 mgr.smithi008.bqmuux (mgr.14182) 885 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:54.912 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:55.300 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:53.832361+0000 mgr.smithi008.bqmuux (mgr.14182) 886 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:55.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:53.832361+0000 mgr.smithi008.bqmuux (mgr.14182) 886 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:56.555 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:56.555 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:56.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:15:57.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:55.833112+0000 mgr.smithi008.bqmuux (mgr.14182) 887 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:57.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:56.555814+0000 mgr.smithi008.bqmuux (mgr.14182) 888 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:57.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:55.833112+0000 mgr.smithi008.bqmuux (mgr.14182) 887 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:15:57.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:56.555814+0000 mgr.smithi008.bqmuux (mgr.14182) 888 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:15:57.953 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:15:59.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:15:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:57.834067+0000 mgr.smithi008.bqmuux (mgr.14182) 889 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:59.477 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:15:59.477 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:15:59.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:15:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:57.834067+0000 mgr.smithi008.bqmuux (mgr.14182) 889 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:15:59.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:00.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:15:59.478556+0000 mgr.smithi008.bqmuux (mgr.14182) 890 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:00.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:15:59.478556+0000 mgr.smithi008.bqmuux (mgr.14182) 890 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:00.878 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:01.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:15:59.835010+0000 mgr.smithi008.bqmuux (mgr.14182) 891 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:01.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:15:59.835010+0000 mgr.smithi008.bqmuux (mgr.14182) 891 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:02.447 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:02.447 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:02.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:03.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:01.835706+0000 mgr.smithi008.bqmuux (mgr.14182) 892 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:03.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:02.447789+0000 mgr.smithi008.bqmuux (mgr.14182) 893 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:03.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:01.835706+0000 mgr.smithi008.bqmuux (mgr.14182) 892 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:03.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:02.447789+0000 mgr.smithi008.bqmuux (mgr.14182) 893 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:03.846 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:05.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:03.836578+0000 mgr.smithi008.bqmuux (mgr.14182) 894 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:05.366 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:05.366 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:05.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:03.836578+0000 mgr.smithi008.bqmuux (mgr.14182) 894 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:05.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:06.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:05.367298+0000 mgr.smithi008.bqmuux (mgr.14182) 895 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:06.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:05.367298+0000 mgr.smithi008.bqmuux (mgr.14182) 895 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:06.819 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:07.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:05.837237+0000 mgr.smithi008.bqmuux (mgr.14182) 896 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:07.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:05.837237+0000 mgr.smithi008.bqmuux (mgr.14182) 896 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:08.325 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:08.326 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:08.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:09.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:07.838092+0000 mgr.smithi008.bqmuux (mgr.14182) 897 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:09.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:08.326873+0000 mgr.smithi008.bqmuux (mgr.14182) 898 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:09.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:07.838092+0000 mgr.smithi008.bqmuux (mgr.14182) 897 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:09.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:08.326873+0000 mgr.smithi008.bqmuux (mgr.14182) 898 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:09.736 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:11.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:09.838730+0000 mgr.smithi008.bqmuux (mgr.14182) 899 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:11.288 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:11.288 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:11.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:09.838730+0000 mgr.smithi008.bqmuux (mgr.14182) 899 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:11.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:12.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:11.289336+0000 mgr.smithi008.bqmuux (mgr.14182) 900 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:12.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:11.289336+0000 mgr.smithi008.bqmuux (mgr.14182) 900 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:12.795 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:13.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:11.839574+0000 mgr.smithi008.bqmuux (mgr.14182) 901 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:13.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:11.839574+0000 mgr.smithi008.bqmuux (mgr.14182) 901 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:14.378 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:14.378 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:14.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:15.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:13.840285+0000 mgr.smithi008.bqmuux (mgr.14182) 902 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:15.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:14.379177+0000 mgr.smithi008.bqmuux (mgr.14182) 903 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:15.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:13.840285+0000 mgr.smithi008.bqmuux (mgr.14182) 902 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:15.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:14.379177+0000 mgr.smithi008.bqmuux (mgr.14182) 903 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:15.810 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:17.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:15.840977+0000 mgr.smithi008.bqmuux (mgr.14182) 904 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:17.423 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:17.423 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:17.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:15.840977+0000 mgr.smithi008.bqmuux (mgr.14182) 904 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:17.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:18.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:17.424403+0000 mgr.smithi008.bqmuux (mgr.14182) 905 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:18.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:17.424403+0000 mgr.smithi008.bqmuux (mgr.14182) 905 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:18.851 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:19.228 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:17.841788+0000 mgr.smithi008.bqmuux (mgr.14182) 906 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:19.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:17.841788+0000 mgr.smithi008.bqmuux (mgr.14182) 906 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:20.336 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:20.336 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:20.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:21.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:19.842541+0000 mgr.smithi008.bqmuux (mgr.14182) 907 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:21.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:20.337578+0000 mgr.smithi008.bqmuux (mgr.14182) 908 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:21.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:19.842541+0000 mgr.smithi008.bqmuux (mgr.14182) 907 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:21.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:20.337578+0000 mgr.smithi008.bqmuux (mgr.14182) 908 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:21.758 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:23.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:21.843159+0000 mgr.smithi008.bqmuux (mgr.14182) 909 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:23.256 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:23.257 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:23.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:21.843159+0000 mgr.smithi008.bqmuux (mgr.14182) 909 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:23.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:24.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:23.258005+0000 mgr.smithi008.bqmuux (mgr.14182) 910 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:24.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:23.258005+0000 mgr.smithi008.bqmuux (mgr.14182) 910 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:24.678 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:25.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:23.844023+0000 mgr.smithi008.bqmuux (mgr.14182) 911 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:25.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:23.844023+0000 mgr.smithi008.bqmuux (mgr.14182) 911 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:26.237 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:26.237 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:26.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:27.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:25.844679+0000 mgr.smithi008.bqmuux (mgr.14182) 912 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:27.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:26.238412+0000 mgr.smithi008.bqmuux (mgr.14182) 913 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:27.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:25.844679+0000 mgr.smithi008.bqmuux (mgr.14182) 912 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:27.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:26.238412+0000 mgr.smithi008.bqmuux (mgr.14182) 913 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:27.659 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:29.163 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:29.163 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:29.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:27.845576+0000 mgr.smithi008.bqmuux (mgr.14182) 914 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:29.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:27.845576+0000 mgr.smithi008.bqmuux (mgr.14182) 914 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:29.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:30.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:29.163720+0000 mgr.smithi008.bqmuux (mgr.14182) 915 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:30.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:29.163720+0000 mgr.smithi008.bqmuux (mgr.14182) 915 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:30.625 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:31.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:29.846302+0000 mgr.smithi008.bqmuux (mgr.14182) 916 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:31.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:29.846302+0000 mgr.smithi008.bqmuux (mgr.14182) 916 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:32.149 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:32.150 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:32.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:33.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:31.847035+0000 mgr.smithi008.bqmuux (mgr.14182) 917 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:33.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:32.150861+0000 mgr.smithi008.bqmuux (mgr.14182) 918 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:33.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:31.847035+0000 mgr.smithi008.bqmuux (mgr.14182) 917 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:33.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:32.150861+0000 mgr.smithi008.bqmuux (mgr.14182) 918 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:33.550 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:35.210 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:35.211 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:35.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:33.847979+0000 mgr.smithi008.bqmuux (mgr.14182) 919 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:35.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:33.847979+0000 mgr.smithi008.bqmuux (mgr.14182) 919 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:35.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:36.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:35.211495+0000 mgr.smithi008.bqmuux (mgr.14182) 920 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:36.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:35.211495+0000 mgr.smithi008.bqmuux (mgr.14182) 920 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:36.684 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:37.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:35.848816+0000 mgr.smithi008.bqmuux (mgr.14182) 921 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:37.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:35.848816+0000 mgr.smithi008.bqmuux (mgr.14182) 921 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:38.275 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:38.275 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:38.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:39.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:37.849520+0000 mgr.smithi008.bqmuux (mgr.14182) 922 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:39.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:38.275808+0000 mgr.smithi008.bqmuux (mgr.14182) 923 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:39.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:37.849520+0000 mgr.smithi008.bqmuux (mgr.14182) 922 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:39.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:38.275808+0000 mgr.smithi008.bqmuux (mgr.14182) 923 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:39.689 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:41.251 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:41.252 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:41.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:39.850340+0000 mgr.smithi008.bqmuux (mgr.14182) 924 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:41.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:39.850340+0000 mgr.smithi008.bqmuux (mgr.14182) 924 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:41.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:42.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:41.252283+0000 mgr.smithi008.bqmuux (mgr.14182) 925 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:42.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:41.252283+0000 mgr.smithi008.bqmuux (mgr.14182) 925 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:42.667 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:43.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:41.851040+0000 mgr.smithi008.bqmuux (mgr.14182) 926 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:43.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:41.851040+0000 mgr.smithi008.bqmuux (mgr.14182) 926 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:44.201 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:44.202 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:44.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:45.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:43.851849+0000 mgr.smithi008.bqmuux (mgr.14182) 927 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:45.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:44.203153+0000 mgr.smithi008.bqmuux (mgr.14182) 928 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:45.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:43.851849+0000 mgr.smithi008.bqmuux (mgr.14182) 927 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:45.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:44.203153+0000 mgr.smithi008.bqmuux (mgr.14182) 928 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:45.698 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:47.268 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:47.268 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:47.482 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:45.852510+0000 mgr.smithi008.bqmuux (mgr.14182) 929 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:47.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:45.852510+0000 mgr.smithi008.bqmuux (mgr.14182) 929 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:47.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:48.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:47.269220+0000 mgr.smithi008.bqmuux (mgr.14182) 930 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:48.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:47.269220+0000 mgr.smithi008.bqmuux (mgr.14182) 930 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:48.691 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:49.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:47.853420+0000 mgr.smithi008.bqmuux (mgr.14182) 931 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:49.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:47.853420+0000 mgr.smithi008.bqmuux (mgr.14182) 931 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:50.265 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:50.266 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:50.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:51.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:49.854141+0000 mgr.smithi008.bqmuux (mgr.14182) 932 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:51.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:50.266805+0000 mgr.smithi008.bqmuux (mgr.14182) 933 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:51.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:49.854141+0000 mgr.smithi008.bqmuux (mgr.14182) 932 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:51.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:50.266805+0000 mgr.smithi008.bqmuux (mgr.14182) 933 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:51.704 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:53.180 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:53.180 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:53.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:51.854789+0000 mgr.smithi008.bqmuux (mgr.14182) 934 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:53.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:51.854789+0000 mgr.smithi008.bqmuux (mgr.14182) 934 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:53.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:54.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:53.180955+0000 mgr.smithi008.bqmuux (mgr.14182) 935 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:54.588 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:54.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:53.180955+0000 mgr.smithi008.bqmuux (mgr.14182) 935 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:55.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:53.855494+0000 mgr.smithi008.bqmuux (mgr.14182) 936 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:55.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:53.855494+0000 mgr.smithi008.bqmuux (mgr.14182) 936 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:56.164 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:56.164 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:56.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:16:57.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:55.856445+0000 mgr.smithi008.bqmuux (mgr.14182) 937 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:57.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:56.164892+0000 mgr.smithi008.bqmuux (mgr.14182) 938 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:57.565 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:16:57.600 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:55.856445+0000 mgr.smithi008.bqmuux (mgr.14182) 937 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:16:57.600 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:56.164892+0000 mgr.smithi008.bqmuux (mgr.14182) 938 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:16:59.113 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:16:59.113 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:16:59.444 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:16:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:57.857148+0000 mgr.smithi008.bqmuux (mgr.14182) 939 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:59.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:16:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:57.857148+0000 mgr.smithi008.bqmuux (mgr.14182) 939 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:16:59.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:00.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:16:59.114008+0000 mgr.smithi008.bqmuux (mgr.14182) 940 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:00.514 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:00.549 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:16:59.114008+0000 mgr.smithi008.bqmuux (mgr.14182) 940 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:01.452 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:16:59.858094+0000 mgr.smithi008.bqmuux (mgr.14182) 941 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:01.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:16:59.858094+0000 mgr.smithi008.bqmuux (mgr.14182) 941 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:02.022 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:02.023 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:02.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:03.467 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:03.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:01.858781+0000 mgr.smithi008.bqmuux (mgr.14182) 942 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:03.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:02.024030+0000 mgr.smithi008.bqmuux (mgr.14182) 943 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:03.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:01.858781+0000 mgr.smithi008.bqmuux (mgr.14182) 942 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:03.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:02.024030+0000 mgr.smithi008.bqmuux (mgr.14182) 943 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:05.077 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:05.078 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:05.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:03.859527+0000 mgr.smithi008.bqmuux (mgr.14182) 944 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:05.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:05.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:03.859527+0000 mgr.smithi008.bqmuux (mgr.14182) 944 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:06.487 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:06.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:05.079027+0000 mgr.smithi008.bqmuux (mgr.14182) 945 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:06.523 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:05.079027+0000 mgr.smithi008.bqmuux (mgr.14182) 945 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:07.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:05.860209+0000 mgr.smithi008.bqmuux (mgr.14182) 946 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:07.526 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:05.860209+0000 mgr.smithi008.bqmuux (mgr.14182) 946 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:08.087 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:08.088 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:08.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:09.494 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:09.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:07.860885+0000 mgr.smithi008.bqmuux (mgr.14182) 947 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:09.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:08.088883+0000 mgr.smithi008.bqmuux (mgr.14182) 948 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:09.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:07.860885+0000 mgr.smithi008.bqmuux (mgr.14182) 947 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:09.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:08.088883+0000 mgr.smithi008.bqmuux (mgr.14182) 948 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:11.109 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:11.109 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:11.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:09.861761+0000 mgr.smithi008.bqmuux (mgr.14182) 949 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:11.536 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:09.861761+0000 mgr.smithi008.bqmuux (mgr.14182) 949 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:11.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:12.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:11.109787+0000 mgr.smithi008.bqmuux (mgr.14182) 950 : audit [DBG] from='client.25521 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:12.563 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:12.598 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:11.109787+0000 mgr.smithi008.bqmuux (mgr.14182) 950 : audit [DBG] from='client.25521 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:13.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:11.862558+0000 mgr.smithi008.bqmuux (mgr.14182) 951 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:13.517 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:11.862558+0000 mgr.smithi008.bqmuux (mgr.14182) 951 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:14.088 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:14.089 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:14.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:15.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:13.863221+0000 mgr.smithi008.bqmuux (mgr.14182) 952 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:15.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:14.089971+0000 mgr.smithi008.bqmuux (mgr.14182) 953 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:15.510 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:15.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:13.863221+0000 mgr.smithi008.bqmuux (mgr.14182) 952 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:15.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:14.089971+0000 mgr.smithi008.bqmuux (mgr.14182) 953 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:17.128 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:17.128 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:17.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:15.863871+0000 mgr.smithi008.bqmuux (mgr.14182) 954 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:17.508 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:15.863871+0000 mgr.smithi008.bqmuux (mgr.14182) 954 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:17.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:18.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:17.129287+0000 mgr.smithi008.bqmuux (mgr.14182) 955 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:18.552 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:18.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:17.129287+0000 mgr.smithi008.bqmuux (mgr.14182) 955 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:19.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:17.864826+0000 mgr.smithi008.bqmuux (mgr.14182) 956 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:19.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:17.864826+0000 mgr.smithi008.bqmuux (mgr.14182) 956 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:20.070 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:20.070 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:20.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:21.484 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:21.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:19.865473+0000 mgr.smithi008.bqmuux (mgr.14182) 957 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:21.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:20.071170+0000 mgr.smithi008.bqmuux (mgr.14182) 958 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:21.519 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:19.865473+0000 mgr.smithi008.bqmuux (mgr.14182) 957 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:21.519 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:20.071170+0000 mgr.smithi008.bqmuux (mgr.14182) 958 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:23.044 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:23.044 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:23.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:21.866259+0000 mgr.smithi008.bqmuux (mgr.14182) 959 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:23.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:23.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:21.866259+0000 mgr.smithi008.bqmuux (mgr.14182) 959 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:24.493 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:24.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:23.045320+0000 mgr.smithi008.bqmuux (mgr.14182) 960 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:24.529 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:23.045320+0000 mgr.smithi008.bqmuux (mgr.14182) 960 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:25.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:23.866979+0000 mgr.smithi008.bqmuux (mgr.14182) 961 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:25.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:23.866979+0000 mgr.smithi008.bqmuux (mgr.14182) 961 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:26.056 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:26.056 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:26.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:27.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:25.867584+0000 mgr.smithi008.bqmuux (mgr.14182) 962 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:27.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:26.057152+0000 mgr.smithi008.bqmuux (mgr.14182) 963 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:27.520 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:27.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:25.867584+0000 mgr.smithi008.bqmuux (mgr.14182) 962 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:27.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:26.057152+0000 mgr.smithi008.bqmuux (mgr.14182) 963 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:29.017 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:29.017 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:29.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:27.868554+0000 mgr.smithi008.bqmuux (mgr.14182) 964 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:29.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:29.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:27.868554+0000 mgr.smithi008.bqmuux (mgr.14182) 964 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:30.502 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:30.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:29.018361+0000 mgr.smithi008.bqmuux (mgr.14182) 965 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:30.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:29.018361+0000 mgr.smithi008.bqmuux (mgr.14182) 965 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:31.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:29.869175+0000 mgr.smithi008.bqmuux (mgr.14182) 966 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:31.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:29.869175+0000 mgr.smithi008.bqmuux (mgr.14182) 966 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:32.076 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:32.076 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:32.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:33.534 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:33.569 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:31.869816+0000 mgr.smithi008.bqmuux (mgr.14182) 967 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:33.569 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:32.077622+0000 mgr.smithi008.bqmuux (mgr.14182) 968 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:33.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:31.869816+0000 mgr.smithi008.bqmuux (mgr.14182) 967 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:33.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:32.077622+0000 mgr.smithi008.bqmuux (mgr.14182) 968 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:35.113 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:35.113 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:35.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:33.870525+0000 mgr.smithi008.bqmuux (mgr.14182) 969 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:35.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:35.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:33.870525+0000 mgr.smithi008.bqmuux (mgr.14182) 969 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:36.542 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:36.577 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:35.114426+0000 mgr.smithi008.bqmuux (mgr.14182) 970 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:36.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:35.114426+0000 mgr.smithi008.bqmuux (mgr.14182) 970 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:37.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:35.871191+0000 mgr.smithi008.bqmuux (mgr.14182) 971 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:37.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:35.871191+0000 mgr.smithi008.bqmuux (mgr.14182) 971 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:38.066 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:38.066 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:38.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:39.456 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:39.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:37.872021+0000 mgr.smithi008.bqmuux (mgr.14182) 972 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:39.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:38.067445+0000 mgr.smithi008.bqmuux (mgr.14182) 973 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:39.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:37.872021+0000 mgr.smithi008.bqmuux (mgr.14182) 972 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:39.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:38.067445+0000 mgr.smithi008.bqmuux (mgr.14182) 973 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:40.920 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:40.921 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:09:22.439629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.zwpcos on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-zwpcos\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.zwpcos\nDeploy daemon haproxy.nfs.foo.smithi148.zwpcos ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:07:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:08:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.504841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.ycgstg on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-ycgstg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.ycgstg\nDeploy daemon haproxy.nfs.foo.smithi008.ycgstg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:09:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:11:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:12:22.506246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfiukz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:41.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:41.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:39.872961+0000 mgr.smithi008.bqmuux (mgr.14182) 974 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:41.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:39.872961+0000 mgr.smithi008.bqmuux (mgr.14182) 974 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:42.391 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:42.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:40.921366+0000 mgr.smithi008.bqmuux (mgr.14182) 975 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:42.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:40.921366+0000 mgr.smithi008.bqmuux (mgr.14182) 975 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:43.552 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:41.873859+0000 mgr.smithi008.bqmuux (mgr.14182) 976 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:43.552 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:17:42.626157+0000 mgr.smithi008.bqmuux (mgr.14182) 977 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.552 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.552 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.rdjyny ... 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:16:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:17:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Traceback (most recent call last): 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: yield (conn, connr) 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:17:43.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: code, '\n'.join(err))) 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.rdjyny ... 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:16:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:17:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:17:42.626382+0000 mgr.smithi008.bqmuux (mgr.14182) 978 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.554 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:42.626737+0000 mon.smithi008 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.rdjyny"}]: dispatch 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:17:42.627460+0000 mgr.smithi008.bqmuux (mgr.14182) 979 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi008.rdjyny ... 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:16:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:17:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:17:42.629757+0000 mgr.smithi008.bqmuux (mgr.14182) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:17:43.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:17:42.630870+0000 mgr.smithi008.bqmuux (mgr.14182) 981 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:17:43.556 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:42.631986+0000 mgr.smithi008.bqmuux (mgr.14182) 982 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:41.873859+0000 mgr.smithi008.bqmuux (mgr.14182) 976 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:17:42.626157+0000 mgr.smithi008.bqmuux (mgr.14182) 977 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.rdjyny ... 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:16:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.751 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:17:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Traceback (most recent call last): 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: yield (conn, connr) 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: code, '\n'.join(err))) 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.rdjyny ... 2024-02-18T02:17:43.752 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:16:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:17:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:17:42.626382+0000 mgr.smithi008.bqmuux (mgr.14182) 978 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:42.626737+0000 mon.smithi008 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.rdjyny"}]: dispatch 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:17:42.627460+0000 mgr.smithi008.bqmuux (mgr.14182) 979 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi008.rdjyny ... 2024-02-18T02:17:43.753 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:16:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:17:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:17:42.629757+0000 mgr.smithi008.bqmuux (mgr.14182) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:17:42.630870+0000 mgr.smithi008.bqmuux (mgr.14182) 981 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:17:43.754 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:42.631986+0000 mgr.smithi008.bqmuux (mgr.14182) 982 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:43.934 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:43.934 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:44.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:44.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:43.295618+0000 mon.smithi008 (mon.0) 710 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:17:44.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:43.489092+0000 mon.smithi008 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:17:44.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:43.295618+0000 mon.smithi008 (mon.0) 710 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:17:44.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:43.489092+0000 mon.smithi008 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:17:45.349 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:45.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:43.935978+0000 mgr.smithi008.bqmuux (mgr.14182) 983 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:45.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:44.632888+0000 mgr.smithi008.bqmuux (mgr.14182) 984 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:45.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:43.935978+0000 mgr.smithi008.bqmuux (mgr.14182) 983 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:45.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:44.632888+0000 mgr.smithi008.bqmuux (mgr.14182) 984 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:46.795 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:46.796 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:47.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:48.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:46.633769+0000 mgr.smithi008.bqmuux (mgr.14182) 985 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:48.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:46.796778+0000 mgr.smithi008.bqmuux (mgr.14182) 986 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:48.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:46.633769+0000 mgr.smithi008.bqmuux (mgr.14182) 985 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:48.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:46.796778+0000 mgr.smithi008.bqmuux (mgr.14182) 986 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:48.230 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:49.763 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:49.763 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:49.966 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:48.634744+0000 mgr.smithi008.bqmuux (mgr.14182) 987 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:50.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:48.634744+0000 mgr.smithi008.bqmuux (mgr.14182) 987 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:50.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:51.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:49.764564+0000 mgr.smithi008.bqmuux (mgr.14182) 988 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:51.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:49.764564+0000 mgr.smithi008.bqmuux (mgr.14182) 988 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:51.214 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:51.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:51 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:50.635656+0000 mgr.smithi008.bqmuux (mgr.14182) 989 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:52.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:50.635656+0000 mgr.smithi008.bqmuux (mgr.14182) 989 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:52.810 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:52.811 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:53.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:54.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:52.636443+0000 mgr.smithi008.bqmuux (mgr.14182) 990 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:54.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:52.812290+0000 mgr.smithi008.bqmuux (mgr.14182) 991 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:54.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:52.848679+0000 mon.smithi008 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:17:54.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:52.636443+0000 mgr.smithi008.bqmuux (mgr.14182) 990 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-18T02:17:54.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:52.812290+0000 mgr.smithi008.bqmuux (mgr.14182) 991 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:54.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:52.848679+0000 mon.smithi008 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:17:54.274 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:55.025 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:54.637244+0000 mgr.smithi008.bqmuux (mgr.14182) 992 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:55.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:54.637244+0000 mgr.smithi008.bqmuux (mgr.14182) 992 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:17:55.813 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:55.814 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:56.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:55.814618+0000 mgr.smithi008.bqmuux (mgr.14182) 993 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:56.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:55.814618+0000 mgr.smithi008.bqmuux (mgr.14182) 993 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:17:56.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:17:57.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:56.638428+0000 mgr.smithi008.bqmuux (mgr.14182) 994 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:57.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:56.638428+0000 mgr.smithi008.bqmuux (mgr.14182) 994 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:17:57.299 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:17:58.794 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:17:58.794 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:17:59.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:00.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:17:58.639429+0000 mgr.smithi008.bqmuux (mgr.14182) 995 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:00.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:17:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:17:58.795147+0000 mgr.smithi008.bqmuux (mgr.14182) 996 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:00.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:17:58.639429+0000 mgr.smithi008.bqmuux (mgr.14182) 995 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:00.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:17:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:17:58.795147+0000 mgr.smithi008.bqmuux (mgr.14182) 996 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:00.270 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:01.848 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:01.848 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:01.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:00.640457+0000 mgr.smithi008.bqmuux (mgr.14182) 997 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:02.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:00.640457+0000 mgr.smithi008.bqmuux (mgr.14182) 997 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:02.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:03.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:01.848415+0000 mgr.smithi008.bqmuux (mgr.14182) 998 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:03.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:01.848415+0000 mgr.smithi008.bqmuux (mgr.14182) 998 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:03.345 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:04.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:03 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:02.641597+0000 mgr.smithi008.bqmuux (mgr.14182) 999 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:04.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:03 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:02.641597+0000 mgr.smithi008.bqmuux (mgr.14182) 999 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:04.931 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:04.931 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:05.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:06.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:04.642352+0000 mgr.smithi008.bqmuux (mgr.14182) 1000 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:06.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:04.642352+0000 mgr.smithi008.bqmuux (mgr.14182) 1000 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:06.429 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:06.790 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:04.932776+0000 mgr.smithi008.bqmuux (mgr.14182) 1001 : audit [DBG] from='client.25577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:07.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:04.932776+0000 mgr.smithi008.bqmuux (mgr.14182) 1001 : audit [DBG] from='client.25577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:07.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:06.643218+0000 mgr.smithi008.bqmuux (mgr.14182) 1002 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:08.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:06.643218+0000 mgr.smithi008.bqmuux (mgr.14182) 1002 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:08.006 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:08.006 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:08.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:09.518 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:09.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:08.008365+0000 mgr.smithi008.bqmuux (mgr.14182) 1003 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:09.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:09 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:08.644019+0000 mgr.smithi008.bqmuux (mgr.14182) 1004 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:10.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:08.008365+0000 mgr.smithi008.bqmuux (mgr.14182) 1003 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:10.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:09 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:08.644019+0000 mgr.smithi008.bqmuux (mgr.14182) 1004 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:11.123 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:11.123 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:11.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:11.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:10.644931+0000 mgr.smithi008.bqmuux (mgr.14182) 1005 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:12.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:10.644931+0000 mgr.smithi008.bqmuux (mgr.14182) 1005 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:12.593 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:12.946 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:11.124332+0000 mgr.smithi008.bqmuux (mgr.14182) 1006 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:13.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:11.124332+0000 mgr.smithi008.bqmuux (mgr.14182) 1006 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:14.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:12.645863+0000 mgr.smithi008.bqmuux (mgr.14182) 1007 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:14.092 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:14.092 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:14.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:12.645863+0000 mgr.smithi008.bqmuux (mgr.14182) 1007 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:14.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:15.587 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:15.956 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:14.093105+0000 mgr.smithi008.bqmuux (mgr.14182) 1008 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:15.956 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:14.646773+0000 mgr.smithi008.bqmuux (mgr.14182) 1009 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:16.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:14.093105+0000 mgr.smithi008.bqmuux (mgr.14182) 1008 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:16.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:14.646773+0000 mgr.smithi008.bqmuux (mgr.14182) 1009 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:17.074 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:17.075 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:17.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:17.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:16.647735+0000 mgr.smithi008.bqmuux (mgr.14182) 1010 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:18.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:16.647735+0000 mgr.smithi008.bqmuux (mgr.14182) 1010 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:18.519 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:18.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:17.075691+0000 mgr.smithi008.bqmuux (mgr.14182) 1011 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:19.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:17.075691+0000 mgr.smithi008.bqmuux (mgr.14182) 1011 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:20.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:18.648476+0000 mgr.smithi008.bqmuux (mgr.14182) 1012 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:20.046 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:20.046 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:20.068 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:18.648476+0000 mgr.smithi008.bqmuux (mgr.14182) 1012 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:20.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:21.435 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:22.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:20.047586+0000 mgr.smithi008.bqmuux (mgr.14182) 1013 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:22.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:21 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:20.649481+0000 mgr.smithi008.bqmuux (mgr.14182) 1014 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:22.026 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:20.047586+0000 mgr.smithi008.bqmuux (mgr.14182) 1013 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:22.026 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:21 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:20.649481+0000 mgr.smithi008.bqmuux (mgr.14182) 1014 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:23.024 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:23.024 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:23.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:23.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:22.650594+0000 mgr.smithi008.bqmuux (mgr.14182) 1015 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:24.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:22.650594+0000 mgr.smithi008.bqmuux (mgr.14182) 1015 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:24.534 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:24.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:23.026012+0000 mgr.smithi008.bqmuux (mgr.14182) 1016 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:25.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:23.026012+0000 mgr.smithi008.bqmuux (mgr.14182) 1016 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:26.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:24.651334+0000 mgr.smithi008.bqmuux (mgr.14182) 1017 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:26.197 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:26.197 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:26.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:24.651334+0000 mgr.smithi008.bqmuux (mgr.14182) 1017 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:26.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:27.689 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:28.072 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:26.198470+0000 mgr.smithi008.bqmuux (mgr.14182) 1018 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:28.072 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:27 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:26.652515+0000 mgr.smithi008.bqmuux (mgr.14182) 1019 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:28.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:26.198470+0000 mgr.smithi008.bqmuux (mgr.14182) 1018 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:28.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:27 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:26.652515+0000 mgr.smithi008.bqmuux (mgr.14182) 1019 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:29.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:29.234 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:29.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:30.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:28.653349+0000 mgr.smithi008.bqmuux (mgr.14182) 1020 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:30.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:28.653349+0000 mgr.smithi008.bqmuux (mgr.14182) 1020 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:30.652 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:31.019 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:29.235437+0000 mgr.smithi008.bqmuux (mgr.14182) 1021 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:31.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:29.235437+0000 mgr.smithi008.bqmuux (mgr.14182) 1021 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:32.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:30.654453+0000 mgr.smithi008.bqmuux (mgr.14182) 1022 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:32.212 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:32.212 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:32.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:30.654453+0000 mgr.smithi008.bqmuux (mgr.14182) 1022 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:32.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:33.634 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:34.012 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:32.213784+0000 mgr.smithi008.bqmuux (mgr.14182) 1023 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:34.012 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:33 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:32.655554+0000 mgr.smithi008.bqmuux (mgr.14182) 1024 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:34.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:32.213784+0000 mgr.smithi008.bqmuux (mgr.14182) 1023 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:34.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:33 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:32.655554+0000 mgr.smithi008.bqmuux (mgr.14182) 1024 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:35.248 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:35.248 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:35.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:36.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:34.656366+0000 mgr.smithi008.bqmuux (mgr.14182) 1025 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:36.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:34.656366+0000 mgr.smithi008.bqmuux (mgr.14182) 1025 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:36.691 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:37.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:35.249205+0000 mgr.smithi008.bqmuux (mgr.14182) 1026 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:37.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:35.249205+0000 mgr.smithi008.bqmuux (mgr.14182) 1026 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:38.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:36.657361+0000 mgr.smithi008.bqmuux (mgr.14182) 1027 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:38.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:36.657361+0000 mgr.smithi008.bqmuux (mgr.14182) 1027 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:38.304 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:38.305 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:38.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:39.817 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:40.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:38.306216+0000 mgr.smithi008.bqmuux (mgr.14182) 1028 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:40.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:39 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:38.658242+0000 mgr.smithi008.bqmuux (mgr.14182) 1029 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:40.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:38.306216+0000 mgr.smithi008.bqmuux (mgr.14182) 1028 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:40.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:39 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:38.658242+0000 mgr.smithi008.bqmuux (mgr.14182) 1029 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:41.403 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:41.403 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:24.214552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:24.214755Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:24.214893Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:24.214979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:24.215059Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:24.215412Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:41.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:42.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:40.659275+0000 mgr.smithi008.bqmuux (mgr.14182) 1030 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:42.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:40.659275+0000 mgr.smithi008.bqmuux (mgr.14182) 1030 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:42.817 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:43.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:41.404202+0000 mgr.smithi008.bqmuux (mgr.14182) 1031 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:43.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:42.633919+0000 mon.smithi008 (mon.0) 713 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:18:43.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:41.404202+0000 mgr.smithi008.bqmuux (mgr.14182) 1031 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:43.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:42.633919+0000 mon.smithi008 (mon.0) 713 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:18:44.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:42.660163+0000 mgr.smithi008.bqmuux (mgr.14182) 1032 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:44.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:42.660163+0000 mgr.smithi008.bqmuux (mgr.14182) 1032 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:44.973 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:44.973 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:12:27.203044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:12:27.203226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:12:27.203409Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:12:27.202856Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:12:27.202583Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:12:27.204800Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:12:27.203581Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:12:27.203902Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:12:27.203729Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:12:27.204629Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:45.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:44.075791+0000 mon.smithi008 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:45.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:45 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:44.660919+0000 mgr.smithi008.bqmuux (mgr.14182) 1033 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:45.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:44.075791+0000 mon.smithi008 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:45.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:45 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:44.660919+0000 mgr.smithi008.bqmuux (mgr.14182) 1033 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:18:45.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:46.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:44.974634+0000 mgr.smithi008.bqmuux (mgr.14182) 1034 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:46.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:44.974634+0000 mgr.smithi008.bqmuux (mgr.14182) 1034 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:46.865 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:47.267 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:46.661792+0000 mgr.smithi008.bqmuux (mgr.14182) 1035 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:47.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:46.661792+0000 mgr.smithi008.bqmuux (mgr.14182) 1035 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:18:48.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:47.128587+0000 mon.smithi008 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:48.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:47.468142+0000 mon.smithi008 (mon.0) 716 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:18:48.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:47.468935+0000 mon.smithi008 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:18:48.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:47.473880+0000 mon.smithi008 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:48.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:47.474345+0000 mgr.smithi008.bqmuux (mgr.14182) 1036 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:48.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:47.477807+0000 mon.smithi008 (mon.0) 719 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:18:48.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:47.485218+0000 mon.smithi008 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:48.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:18:47.487288+0000 mgr.smithi008.bqmuux (mgr.14182) 1037 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.uapaxf on smithi148 2024-02-18T02:18:48.430 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:48.431 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:48.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:47.128587+0000 mon.smithi008 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:48.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:47.468142+0000 mon.smithi008 (mon.0) 716 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:18:48.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:47.468935+0000 mon.smithi008 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:18:48.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:47.473880+0000 mon.smithi008 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:48.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:47.474345+0000 mgr.smithi008.bqmuux (mgr.14182) 1036 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:48.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:47.477807+0000 mon.smithi008 (mon.0) 719 : audit [DBG] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:18:48.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:47.485218+0000 mon.smithi008 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:48.501 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:18:47.487288+0000 mgr.smithi008.bqmuux (mgr.14182) 1037 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.uapaxf on smithi148 2024-02-18T02:18:48.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:49.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:48.431917+0000 mgr.smithi008.bqmuux (mgr.14182) 1038 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:49.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:48.472006+0000 mon.smithi008 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:18:49.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:48.472035+0000 mon.smithi008 (mon.0) 722 : cluster [INF] Cluster is now healthy 2024-02-18T02:18:49.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:48.431917+0000 mgr.smithi008.bqmuux (mgr.14182) 1038 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:49.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:48.472006+0000 mon.smithi008 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:18:49.616 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:48.472035+0000 mon.smithi008 (mon.0) 722 : cluster [INF] Cluster is now healthy 2024-02-18T02:18:49.833 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:50.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:49.475114+0000 mgr.smithi008.bqmuux (mgr.14182) 1039 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:50.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:49.475114+0000 mgr.smithi008.bqmuux (mgr.14182) 1039 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:51.360 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:51.360 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:51.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:52.756 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:52.791 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:51.361098+0000 mgr.smithi008.bqmuux (mgr.14182) 1040 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:52.791 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:51.475938+0000 mgr.smithi008.bqmuux (mgr.14182) 1041 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:53.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:51.361098+0000 mgr.smithi008.bqmuux (mgr.14182) 1040 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:53.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:51.475938+0000 mgr.smithi008.bqmuux (mgr.14182) 1041 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:54.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:52.849720+0000 mon.smithi008 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:54.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:52.849720+0000 mon.smithi008 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' 2024-02-18T02:18:54.365 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:54.366 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:54.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:55.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:53.476612+0000 mgr.smithi008.bqmuux (mgr.14182) 1042 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:55.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:53.476612+0000 mgr.smithi008.bqmuux (mgr.14182) 1042 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:55.780 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:18:56.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:54.367360+0000 mgr.smithi008.bqmuux (mgr.14182) 1043 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:56.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:54.367360+0000 mgr.smithi008.bqmuux (mgr.14182) 1043 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:57.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:55.477429+0000 mgr.smithi008.bqmuux (mgr.14182) 1044 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-02-18T02:18:57.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:55.477429+0000 mgr.smithi008.bqmuux (mgr.14182) 1044 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-02-18T02:18:57.360 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:18:57.361 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:18:57.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:18:58.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:18:57.362539+0000 mgr.smithi008.bqmuux (mgr.14182) 1045 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:58.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:18:57 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:57.478301+0000 mgr.smithi008.bqmuux (mgr.14182) 1046 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:58.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:18:57.362539+0000 mgr.smithi008.bqmuux (mgr.14182) 1045 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:18:58.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:18:57 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:57.478301+0000 mgr.smithi008.bqmuux (mgr.14182) 1046 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-18T02:18:58.797 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:00.358 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:00.359 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:00.728 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:18:59.479128+0000 mgr.smithi008.bqmuux (mgr.14182) 1047 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:00.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:01.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:18:59.479128+0000 mgr.smithi008.bqmuux (mgr.14182) 1047 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:01.772 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:01.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:00.360441+0000 mgr.smithi008.bqmuux (mgr.14182) 1048 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:02.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:00.360441+0000 mgr.smithi008.bqmuux (mgr.14182) 1048 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:02.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:01.480109+0000 mgr.smithi008.bqmuux (mgr.14182) 1049 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:03.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:01.480109+0000 mgr.smithi008.bqmuux (mgr.14182) 1049 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:03.309 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:03.309 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:03.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:04.739 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:04.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:03.309039+0000 mgr.smithi008.bqmuux (mgr.14182) 1050 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:04.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:03.480900+0000 mgr.smithi008.bqmuux (mgr.14182) 1051 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:05.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:03.309039+0000 mgr.smithi008.bqmuux (mgr.14182) 1050 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:05.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:03.480900+0000 mgr.smithi008.bqmuux (mgr.14182) 1051 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:06.545 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:06.545 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:06.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:05.481812+0000 mgr.smithi008.bqmuux (mgr.14182) 1052 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:06.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:07.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:05.481812+0000 mgr.smithi008.bqmuux (mgr.14182) 1052 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:07.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:06.546672+0000 mgr.smithi008.bqmuux (mgr.14182) 1053 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:07.962 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:08.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:06.546672+0000 mgr.smithi008.bqmuux (mgr.14182) 1053 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:08.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:07.482653+0000 mgr.smithi008.bqmuux (mgr.14182) 1054 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:09.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:07.482653+0000 mgr.smithi008.bqmuux (mgr.14182) 1054 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:09.496 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:09.496 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:09.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:10.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:09.483253+0000 mgr.smithi008.bqmuux (mgr.14182) 1055 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:10.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:09.497220+0000 mgr.smithi008.bqmuux (mgr.14182) 1056 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:10.919 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:11.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:09.483253+0000 mgr.smithi008.bqmuux (mgr.14182) 1055 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:11.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:09.497220+0000 mgr.smithi008.bqmuux (mgr.14182) 1056 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:12.514 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:12.515 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:12.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:11.484303+0000 mgr.smithi008.bqmuux (mgr.14182) 1057 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:12.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:13.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:11.484303+0000 mgr.smithi008.bqmuux (mgr.14182) 1057 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:13.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:12.516607+0000 mgr.smithi008.bqmuux (mgr.14182) 1058 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:13.936 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:14.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:12.516607+0000 mgr.smithi008.bqmuux (mgr.14182) 1058 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:14.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:13.484929+0000 mgr.smithi008.bqmuux (mgr.14182) 1059 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:15.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:13.484929+0000 mgr.smithi008.bqmuux (mgr.14182) 1059 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:15.573 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:15.573 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:15.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:16.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:15.485576+0000 mgr.smithi008.bqmuux (mgr.14182) 1060 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:16.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:15.574668+0000 mgr.smithi008.bqmuux (mgr.14182) 1061 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:16.997 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:17.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:15.485576+0000 mgr.smithi008.bqmuux (mgr.14182) 1060 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:17.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:15.574668+0000 mgr.smithi008.bqmuux (mgr.14182) 1061 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:18.551 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:18.551 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:18.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:17.486249+0000 mgr.smithi008.bqmuux (mgr.14182) 1062 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:18.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:19.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:17.486249+0000 mgr.smithi008.bqmuux (mgr.14182) 1062 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:19.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:19 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:18.552847+0000 mgr.smithi008.bqmuux (mgr.14182) 1063 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:19.988 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:20.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:19 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:18.552847+0000 mgr.smithi008.bqmuux (mgr.14182) 1063 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:20.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:19.487102+0000 mgr.smithi008.bqmuux (mgr.14182) 1064 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:21.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:19.487102+0000 mgr.smithi008.bqmuux (mgr.14182) 1064 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:21.613 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:21.613 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:22.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:22.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:21.487844+0000 mgr.smithi008.bqmuux (mgr.14182) 1065 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:22.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:21.614830+0000 mgr.smithi008.bqmuux (mgr.14182) 1066 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:23.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:21.487844+0000 mgr.smithi008.bqmuux (mgr.14182) 1065 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:23.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:21.614830+0000 mgr.smithi008.bqmuux (mgr.14182) 1066 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:23.020 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:24.614 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:24.614 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:24.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:23.488477+0000 mgr.smithi008.bqmuux (mgr.14182) 1067 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:25.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:23.488477+0000 mgr.smithi008.bqmuux (mgr.14182) 1067 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:25.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:25.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:24.615382+0000 mgr.smithi008.bqmuux (mgr.14182) 1068 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:26.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:24.615382+0000 mgr.smithi008.bqmuux (mgr.14182) 1068 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:26.070 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:26.812 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:25.489191+0000 mgr.smithi008.bqmuux (mgr.14182) 1069 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:27.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:25.489191+0000 mgr.smithi008.bqmuux (mgr.14182) 1069 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:27.597 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:27.598 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:28.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:28.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:27.489855+0000 mgr.smithi008.bqmuux (mgr.14182) 1070 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:28.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:27.599117+0000 mgr.smithi008.bqmuux (mgr.14182) 1071 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:29.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:27.489855+0000 mgr.smithi008.bqmuux (mgr.14182) 1070 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:29.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:27.599117+0000 mgr.smithi008.bqmuux (mgr.14182) 1071 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:29.051 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:30.641 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:30.641 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:30.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:29.490682+0000 mgr.smithi008.bqmuux (mgr.14182) 1072 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:31.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:29.490682+0000 mgr.smithi008.bqmuux (mgr.14182) 1072 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:31.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:31.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:30.641964+0000 mgr.smithi008.bqmuux (mgr.14182) 1073 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:32.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:30.641964+0000 mgr.smithi008.bqmuux (mgr.14182) 1073 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:32.103 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:32.853 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:31.491545+0000 mgr.smithi008.bqmuux (mgr.14182) 1074 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:33.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:31.491545+0000 mgr.smithi008.bqmuux (mgr.14182) 1074 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:33.677 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:33.678 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:34.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:35.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:33.492087+0000 mgr.smithi008.bqmuux (mgr.14182) 1075 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:35.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:33.679097+0000 mgr.smithi008.bqmuux (mgr.14182) 1076 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:35.076 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:35.111 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:33.492087+0000 mgr.smithi008.bqmuux (mgr.14182) 1075 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:35.112 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:33.679097+0000 mgr.smithi008.bqmuux (mgr.14182) 1076 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:36.661 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:36.661 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:37.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:35.492775+0000 mgr.smithi008.bqmuux (mgr.14182) 1077 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:37.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:35.492775+0000 mgr.smithi008.bqmuux (mgr.14182) 1077 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:37.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:38.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:36.661995+0000 mgr.smithi008.bqmuux (mgr.14182) 1078 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:38.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:36.661995+0000 mgr.smithi008.bqmuux (mgr.14182) 1078 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:38.175 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:38.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:37.493551+0000 mgr.smithi008.bqmuux (mgr.14182) 1079 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:39.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:37.493551+0000 mgr.smithi008.bqmuux (mgr.14182) 1079 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:39.693 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:39.693 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:40.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:41.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:39.494159+0000 mgr.smithi008.bqmuux (mgr.14182) 1080 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:41.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:39.694701+0000 mgr.smithi008.bqmuux (mgr.14182) 1081 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:41.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:39.494159+0000 mgr.smithi008.bqmuux (mgr.14182) 1080 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:41.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:39.694701+0000 mgr.smithi008.bqmuux (mgr.14182) 1081 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:41.117 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:42.768 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:42.768 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:42.994 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:41.494922+0000 mgr.smithi008.bqmuux (mgr.14182) 1082 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:41.494922+0000 mgr.smithi008.bqmuux (mgr.14182) 1082 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:43.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:44.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:42.769625+0000 mgr.smithi008.bqmuux (mgr.14182) 1083 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:44.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:42.769625+0000 mgr.smithi008.bqmuux (mgr.14182) 1083 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:44.184 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:44.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:43.495667+0000 mgr.smithi008.bqmuux (mgr.14182) 1084 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:45.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:43.495667+0000 mgr.smithi008.bqmuux (mgr.14182) 1084 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:45.836 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:45.837 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:46.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:47.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:45.496470+0000 mgr.smithi008.bqmuux (mgr.14182) 1085 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:47.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:45.838358+0000 mgr.smithi008.bqmuux (mgr.14182) 1086 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:47.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:45.496470+0000 mgr.smithi008.bqmuux (mgr.14182) 1085 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:47.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:45.838358+0000 mgr.smithi008.bqmuux (mgr.14182) 1086 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:47.233 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:48.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:47.497340+0000 mgr.smithi008.bqmuux (mgr.14182) 1087 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:48.904 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:48.904 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:49.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:47.497340+0000 mgr.smithi008.bqmuux (mgr.14182) 1087 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:49.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:50.341 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:50.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:48.905721+0000 mgr.smithi008.bqmuux (mgr.14182) 1088 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:50.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:49.498016+0000 mgr.smithi008.bqmuux (mgr.14182) 1089 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:51.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:48.905721+0000 mgr.smithi008.bqmuux (mgr.14182) 1088 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:51.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:49.498016+0000 mgr.smithi008.bqmuux (mgr.14182) 1089 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:51.975 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:51.975 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:52.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:53.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:51.499003+0000 mgr.smithi008.bqmuux (mgr.14182) 1090 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:53.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:51.499003+0000 mgr.smithi008.bqmuux (mgr.14182) 1090 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:53.418 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:53.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:53 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:51.976660+0000 mgr.smithi008.bqmuux (mgr.14182) 1091 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:54.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:53 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:51.976660+0000 mgr.smithi008.bqmuux (mgr.14182) 1091 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:54.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:53.499617+0000 mgr.smithi008.bqmuux (mgr.14182) 1092 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:54.956 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:54.956 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:55.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:53.499617+0000 mgr.smithi008.bqmuux (mgr.14182) 1092 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:55.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:56.356 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:56.957 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:54.957717+0000 mgr.smithi008.bqmuux (mgr.14182) 1093 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:56.958 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:55.500466+0000 mgr.smithi008.bqmuux (mgr.14182) 1094 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:57.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:54.957717+0000 mgr.smithi008.bqmuux (mgr.14182) 1093 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:19:57.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:55.500466+0000 mgr.smithi008.bqmuux (mgr.14182) 1094 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:19:58.017 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:19:58.018 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:19:58.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:19:58.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:57.501089+0000 mgr.smithi008.bqmuux (mgr.14182) 1095 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:59.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:57.501089+0000 mgr.smithi008.bqmuux (mgr.14182) 1095 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:19:59.457 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:19:59.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:19:59 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:19:58.019260+0000 mgr.smithi008.bqmuux (mgr.14182) 1096 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:00.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:19:59 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:19:58.019260+0000 mgr.smithi008.bqmuux (mgr.14182) 1096 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:01.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:19:59.501800+0000 mgr.smithi008.bqmuux (mgr.14182) 1097 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:01.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:00.000197+0000 mon.smithi008 (mon.0) 724 : cluster [INF] overall HEALTH_OK 2024-02-18T02:20:01.045 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:01.046 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:01.075 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:19:59.501800+0000 mgr.smithi008.bqmuux (mgr.14182) 1097 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:01.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:00.000197+0000 mon.smithi008 (mon.0) 724 : cluster [INF] overall HEALTH_OK 2024-02-18T02:20:01.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:02.481 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:02.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:01.046644+0000 mgr.smithi008.bqmuux (mgr.14182) 1098 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:02.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:01.502605+0000 mgr.smithi008.bqmuux (mgr.14182) 1099 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:03.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:01.046644+0000 mgr.smithi008.bqmuux (mgr.14182) 1098 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:03.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:01.502605+0000 mgr.smithi008.bqmuux (mgr.14182) 1099 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:04.102 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:04.102 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:04.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:04.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:03.503425+0000 mgr.smithi008.bqmuux (mgr.14182) 1100 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:05.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:03.503425+0000 mgr.smithi008.bqmuux (mgr.14182) 1100 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:05.524 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:05.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:05 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:04.104520+0000 mgr.smithi008.bqmuux (mgr.14182) 1101 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:06.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:05 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:04.104520+0000 mgr.smithi008.bqmuux (mgr.14182) 1101 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:07.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:05.504076+0000 mgr.smithi008.bqmuux (mgr.14182) 1102 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:07.084 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:07.084 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:07.106 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:05.504076+0000 mgr.smithi008.bqmuux (mgr.14182) 1102 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:07.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:08.504 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:08.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:07.085593+0000 mgr.smithi008.bqmuux (mgr.14182) 1103 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:08.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:07.504800+0000 mgr.smithi008.bqmuux (mgr.14182) 1104 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:09.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:07.085593+0000 mgr.smithi008.bqmuux (mgr.14182) 1103 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:09.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:07.504800+0000 mgr.smithi008.bqmuux (mgr.14182) 1104 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:10.041 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:10.041 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:10.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:11.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:09.505436+0000 mgr.smithi008.bqmuux (mgr.14182) 1105 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:11.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:09.505436+0000 mgr.smithi008.bqmuux (mgr.14182) 1105 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:11.453 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:11.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:11 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:10.042758+0000 mgr.smithi008.bqmuux (mgr.14182) 1106 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:12.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:11 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:10.042758+0000 mgr.smithi008.bqmuux (mgr.14182) 1106 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:12.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:11.506218+0000 mgr.smithi008.bqmuux (mgr.14182) 1107 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:12.975 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:12.975 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:12.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:11.506218+0000 mgr.smithi008.bqmuux (mgr.14182) 1107 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:13.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:14.437 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:14.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:12.977420+0000 mgr.smithi008.bqmuux (mgr.14182) 1108 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:14.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:13.506915+0000 mgr.smithi008.bqmuux (mgr.14182) 1109 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:15.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:12.977420+0000 mgr.smithi008.bqmuux (mgr.14182) 1108 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:15.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:13.506915+0000 mgr.smithi008.bqmuux (mgr.14182) 1109 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:16.046 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:16.046 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:16.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:17.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:15.507656+0000 mgr.smithi008.bqmuux (mgr.14182) 1110 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-18T02:20:17.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:15.507656+0000 mgr.smithi008.bqmuux (mgr.14182) 1110 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-18T02:20:17.445 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:17.815 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:16.047887+0000 mgr.smithi008.bqmuux (mgr.14182) 1111 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:18.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:16.047887+0000 mgr.smithi008.bqmuux (mgr.14182) 1111 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:18.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:18 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:17.508546+0000 mgr.smithi008.bqmuux (mgr.14182) 1112 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:18.964 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:18.964 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:19.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:18 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:17.508546+0000 mgr.smithi008.bqmuux (mgr.14182) 1112 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-18T02:20:19.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:20.377 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:21.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:18.966006+0000 mgr.smithi008.bqmuux (mgr.14182) 1113 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:21.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:19.509209+0000 mgr.smithi008.bqmuux (mgr.14182) 1114 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:21.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:18.966006+0000 mgr.smithi008.bqmuux (mgr.14182) 1113 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:21.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:19.509209+0000 mgr.smithi008.bqmuux (mgr.14182) 1114 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:21.973 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:21.973 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:22.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:23.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:21.510285+0000 mgr.smithi008.bqmuux (mgr.14182) 1115 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:23.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:21.510285+0000 mgr.smithi008.bqmuux (mgr.14182) 1115 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:23.369 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:24.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:21.974848+0000 mgr.smithi008.bqmuux (mgr.14182) 1116 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:24.080 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:21.974848+0000 mgr.smithi008.bqmuux (mgr.14182) 1116 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:24.834 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:24.835 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:25.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:23.510857+0000 mgr.smithi008.bqmuux (mgr.14182) 1117 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:25.004 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:23.510857+0000 mgr.smithi008.bqmuux (mgr.14182) 1117 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:25.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:26.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:25 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:24.836425+0000 mgr.smithi008.bqmuux (mgr.14182) 1118 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:26.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:25 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:24.836425+0000 mgr.smithi008.bqmuux (mgr.14182) 1118 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:26.236 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:26.983 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:25.511738+0000 mgr.smithi008.bqmuux (mgr.14182) 1119 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:27.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:25.511738+0000 mgr.smithi008.bqmuux (mgr.14182) 1119 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:27.763 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:27.763 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:28.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:29.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:27.512402+0000 mgr.smithi008.bqmuux (mgr.14182) 1120 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:29.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:27.764379+0000 mgr.smithi008.bqmuux (mgr.14182) 1121 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:29.195 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:29.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:27.512402+0000 mgr.smithi008.bqmuux (mgr.14182) 1120 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:29.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:27.764379+0000 mgr.smithi008.bqmuux (mgr.14182) 1121 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:30.764 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:30.765 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:31.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:29.512982+0000 mgr.smithi008.bqmuux (mgr.14182) 1122 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:31.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:31.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:29.512982+0000 mgr.smithi008.bqmuux (mgr.14182) 1122 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:32.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:31 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:30.765535+0000 mgr.smithi008.bqmuux (mgr.14182) 1123 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:32.185 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:32.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:31 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:30.765535+0000 mgr.smithi008.bqmuux (mgr.14182) 1123 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:32.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:31.513775+0000 mgr.smithi008.bqmuux (mgr.14182) 1124 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:33.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:31.513775+0000 mgr.smithi008.bqmuux (mgr.14182) 1124 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:33.738 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:33.738 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:34.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:35.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:33.514525+0000 mgr.smithi008.bqmuux (mgr.14182) 1125 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:35.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:33.739936+0000 mgr.smithi008.bqmuux (mgr.14182) 1126 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:35.176 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:35.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:33.514525+0000 mgr.smithi008.bqmuux (mgr.14182) 1125 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:35.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:33.739936+0000 mgr.smithi008.bqmuux (mgr.14182) 1126 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:36.733 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:36.733 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:37.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:35.515442+0000 mgr.smithi008.bqmuux (mgr.14182) 1127 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:37.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:37.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:35.515442+0000 mgr.smithi008.bqmuux (mgr.14182) 1127 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:38.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:37 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:36.733927+0000 mgr.smithi008.bqmuux (mgr.14182) 1128 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:38.171 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:38.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:37 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:36.733927+0000 mgr.smithi008.bqmuux (mgr.14182) 1128 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:38.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:37.516300+0000 mgr.smithi008.bqmuux (mgr.14182) 1129 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:39.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:37.516300+0000 mgr.smithi008.bqmuux (mgr.14182) 1129 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:39.695 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:39.695 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:40.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:41.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:39.516864+0000 mgr.smithi008.bqmuux (mgr.14182) 1130 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:41.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:39.696708+0000 mgr.smithi008.bqmuux (mgr.14182) 1131 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:41.155 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:41.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:39.516864+0000 mgr.smithi008.bqmuux (mgr.14182) 1130 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:41.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:39.696708+0000 mgr.smithi008.bqmuux (mgr.14182) 1131 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:42.715 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:42.715 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:43.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:41.517671+0000 mgr.smithi008.bqmuux (mgr.14182) 1132 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:43.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:43.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:41.517671+0000 mgr.smithi008.bqmuux (mgr.14182) 1132 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:44.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:43 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:42.716816+0000 mgr.smithi008.bqmuux (mgr.14182) 1133 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:44.142 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:44.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:43 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:42.716816+0000 mgr.smithi008.bqmuux (mgr.14182) 1133 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:45.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:43.518561+0000 mgr.smithi008.bqmuux (mgr.14182) 1134 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:45.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:43.518561+0000 mgr.smithi008.bqmuux (mgr.14182) 1134 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:45.741 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:45.741 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:46.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:47.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:45.519199+0000 mgr.smithi008.bqmuux (mgr.14182) 1135 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:47.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:45.743259+0000 mgr.smithi008.bqmuux (mgr.14182) 1136 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:47.166 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:47.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:45.519199+0000 mgr.smithi008.bqmuux (mgr.14182) 1135 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:47.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:45.743259+0000 mgr.smithi008.bqmuux (mgr.14182) 1136 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:48.695 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:48.695 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:49.081 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:47.520057+0000 mgr.smithi008.bqmuux (mgr.14182) 1137 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:49.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:49.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:47.520057+0000 mgr.smithi008.bqmuux (mgr.14182) 1137 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:50.107 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:50.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:49 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:48.696843+0000 mgr.smithi008.bqmuux (mgr.14182) 1138 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:50.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:49 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:48.696843+0000 mgr.smithi008.bqmuux (mgr.14182) 1138 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:51.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:49.520735+0000 mgr.smithi008.bqmuux (mgr.14182) 1139 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:51.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:49.520735+0000 mgr.smithi008.bqmuux (mgr.14182) 1139 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:51.697 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:51.697 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:52.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:53.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:51.521498+0000 mgr.smithi008.bqmuux (mgr.14182) 1140 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:53.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:52 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:51.698447+0000 mgr.smithi008.bqmuux (mgr.14182) 1141 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:53.132 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:53.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:51.521498+0000 mgr.smithi008.bqmuux (mgr.14182) 1140 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:53.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:52 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:51.698447+0000 mgr.smithi008.bqmuux (mgr.14182) 1141 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:54.726 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:54.726 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:55.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:54 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:53.522307+0000 mgr.smithi008.bqmuux (mgr.14182) 1142 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:55.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:55.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:54 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:53.522307+0000 mgr.smithi008.bqmuux (mgr.14182) 1142 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:56.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:55 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:54.728487+0000 mgr.smithi008.bqmuux (mgr.14182) 1143 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:56.164 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:56.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:55 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:54.728487+0000 mgr.smithi008.bqmuux (mgr.14182) 1143 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:57.113 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:56 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:55.523094+0000 mgr.smithi008.bqmuux (mgr.14182) 1144 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:57.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:56 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:55.523094+0000 mgr.smithi008.bqmuux (mgr.14182) 1144 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:20:57.692 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:20:57.692 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:20:58.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:20:59.098 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:20:59.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:57.523753+0000 mgr.smithi008.bqmuux (mgr.14182) 1145 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:59.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:20:58 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:20:57.694378+0000 mgr.smithi008.bqmuux (mgr.14182) 1146 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:20:59.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:57.523753+0000 mgr.smithi008.bqmuux (mgr.14182) 1145 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:20:59.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:20:58 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:20:57.694378+0000 mgr.smithi008.bqmuux (mgr.14182) 1146 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:00.648 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:00.648 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:01.079 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:00 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:20:59.524424+0000 mgr.smithi008.bqmuux (mgr.14182) 1147 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:01.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:01.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:00 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:20:59.524424+0000 mgr.smithi008.bqmuux (mgr.14182) 1147 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:02.105 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:02.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:01 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:00.650316+0000 mgr.smithi008.bqmuux (mgr.14182) 1148 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:02.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:01 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:00.650316+0000 mgr.smithi008.bqmuux (mgr.14182) 1148 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:03.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:02 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:01.525353+0000 mgr.smithi008.bqmuux (mgr.14182) 1149 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:03.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:02 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:01.525353+0000 mgr.smithi008.bqmuux (mgr.14182) 1149 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:03.696 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:03.696 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:04.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:05.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:03.525928+0000 mgr.smithi008.bqmuux (mgr.14182) 1150 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:05.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:04 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:03.698029+0000 mgr.smithi008.bqmuux (mgr.14182) 1151 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:05.122 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:05.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:03.525928+0000 mgr.smithi008.bqmuux (mgr.14182) 1150 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:05.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:04 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:03.698029+0000 mgr.smithi008.bqmuux (mgr.14182) 1151 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:06.728 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:06.728 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:07.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:06 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:05.526601+0000 mgr.smithi008.bqmuux (mgr.14182) 1152 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:21:07.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:07.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:06 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:05.526601+0000 mgr.smithi008.bqmuux (mgr.14182) 1152 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:21:08.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:07 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:06.729685+0000 mgr.smithi008.bqmuux (mgr.14182) 1153 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:08.171 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:08.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:07 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:06.729685+0000 mgr.smithi008.bqmuux (mgr.14182) 1153 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:09.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:08 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:07.527501+0000 mgr.smithi008.bqmuux (mgr.14182) 1154 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:09.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:08 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:07.527501+0000 mgr.smithi008.bqmuux (mgr.14182) 1154 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:09.780 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:09.781 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:10.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:11.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:09.528079+0000 mgr.smithi008.bqmuux (mgr.14182) 1155 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:11.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:10 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:09.782582+0000 mgr.smithi008.bqmuux (mgr.14182) 1156 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:11.200 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:11.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:09.528079+0000 mgr.smithi008.bqmuux (mgr.14182) 1155 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:11.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:10 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:09.782582+0000 mgr.smithi008.bqmuux (mgr.14182) 1156 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:12.818 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:12.818 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:13.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:12 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:11.529070+0000 mgr.smithi008.bqmuux (mgr.14182) 1157 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:13.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:12 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:11.529070+0000 mgr.smithi008.bqmuux (mgr.14182) 1157 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:13.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:14.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:13 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:12.818874+0000 mgr.smithi008.bqmuux (mgr.14182) 1158 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:14.287 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:14.324 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:13 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:12.818874+0000 mgr.smithi008.bqmuux (mgr.14182) 1158 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:15.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:14 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:13.529868+0000 mgr.smithi008.bqmuux (mgr.14182) 1159 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:15.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:14 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:13.529868+0000 mgr.smithi008.bqmuux (mgr.14182) 1159 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:15.937 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:15.937 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:12:22.507437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ldyeym on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:16.137 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:15 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:15.530614+0000 mgr.smithi008.bqmuux (mgr.14182) 1160 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:21:16.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:15 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:15.530614+0000 mgr.smithi008.bqmuux (mgr.14182) 1160 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:21:16.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:17.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:16 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:15.938555+0000 mgr.smithi008.bqmuux (mgr.14182) 1161 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:17.337 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:17.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:16 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:15.938555+0000 mgr.smithi008.bqmuux (mgr.14182) 1161 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:21:16.910709+0000 mgr.smithi008.bqmuux (mgr.14182) 1162 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.uapaxf ... 2024-02-18T02:21:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:19:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:20:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:20:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Traceback (most recent call last): 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: yield (conn, connr) 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: code, '\n'.join(err))) 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.uapaxf ... 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:19:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:20:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:20:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:21:16.910979+0000 mgr.smithi008.bqmuux (mgr.14182) 1163 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:16.911319+0000 mon.smithi008 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.uapaxf"}]: dispatch 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:21:16.912133+0000 mgr.smithi008.bqmuux (mgr.14182) 1164 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Deploy daemon haproxy.nfs.foo.smithi148.uapaxf ... 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:19:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:20:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr time="2024-02-18T02:20:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cephadm 2024-02-18T02:21:16.914023+0000 mgr.smithi008.bqmuux (mgr.14182) 1165 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.nvhnnm on smithi008 2024-02-18T02:21:18.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:17 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:17.531496+0000 mgr.smithi008.bqmuux (mgr.14182) 1166 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:18.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:21:16.910709+0000 mgr.smithi008.bqmuux (mgr.14182) 1162 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.250 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.uapaxf ... 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:19:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:20:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:20:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Traceback (most recent call last): 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: yield (conn, connr) 2024-02-18T02:21:18.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: code, '\n'.join(err))) 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.uapaxf ... 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:19:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:20:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:20:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:21:18.252 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:21:16.910979+0000 mgr.smithi008.bqmuux (mgr.14182) 1163 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:16.911319+0000 mon.smithi008 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.8:0/3120009175' entity='mgr.smithi008.bqmuux' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.uapaxf"}]: dispatch 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:21:16.912133+0000 mgr.smithi008.bqmuux (mgr.14182) 1164 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: /bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Deploy daemon haproxy.nfs.foo.smithi148.uapaxf ... 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:19:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:20:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr time="2024-02-18T02:20:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:21:18.253 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:21:18.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cephadm 2024-02-18T02:21:16.914023+0000 mgr.smithi008.bqmuux (mgr.14182) 1165 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.nvhnnm on smithi008 2024-02-18T02:21:18.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:17 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:17.531496+0000 mgr.smithi008.bqmuux (mgr.14182) 1166 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:18.946 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:18.946 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:19.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:20.620 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:20.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:18.947766+0000 mgr.smithi008.bqmuux (mgr.14182) 1167 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:20.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:20 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:19.532169+0000 mgr.smithi008.bqmuux (mgr.14182) 1168 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:21.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:18.947766+0000 mgr.smithi008.bqmuux (mgr.14182) 1167 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:21.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:20 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:19.532169+0000 mgr.smithi008.bqmuux (mgr.14182) 1168 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:22.188 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:22.188 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:22.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:22.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:22 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:21.533004+0000 mgr.smithi008.bqmuux (mgr.14182) 1169 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:23.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:22 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:21.533004+0000 mgr.smithi008.bqmuux (mgr.14182) 1169 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:23.645 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:23.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:23 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:22.189195+0000 mgr.smithi008.bqmuux (mgr.14182) 1170 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:24.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:23 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:22.189195+0000 mgr.smithi008.bqmuux (mgr.14182) 1170 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:24.775 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:24 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:23.533682+0000 mgr.smithi008.bqmuux (mgr.14182) 1171 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:25.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:24 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:23.533682+0000 mgr.smithi008.bqmuux (mgr.14182) 1171 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:25.169 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:25.169 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:25.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:26.606 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:26.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:25.170944+0000 mgr.smithi008.bqmuux (mgr.14182) 1172 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:26.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:26 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:25.534409+0000 mgr.smithi008.bqmuux (mgr.14182) 1173 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:21:27.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:25.170944+0000 mgr.smithi008.bqmuux (mgr.14182) 1172 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:27.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:26 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:25.534409+0000 mgr.smithi008.bqmuux (mgr.14182) 1173 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:21:28.131 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:28.132 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:28.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:28.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:28 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:27.535095+0000 mgr.smithi008.bqmuux (mgr.14182) 1174 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:29.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:28 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:27.535095+0000 mgr.smithi008.bqmuux (mgr.14182) 1174 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:29.529 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:29.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:29 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:28.132650+0000 mgr.smithi008.bqmuux (mgr.14182) 1175 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:30.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:29 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:28.132650+0000 mgr.smithi008.bqmuux (mgr.14182) 1175 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:30.741 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:30 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:29.535814+0000 mgr.smithi008.bqmuux (mgr.14182) 1176 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:30.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:30 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:29.535814+0000 mgr.smithi008.bqmuux (mgr.14182) 1176 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:31.143 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:31.143 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:31.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:32.602 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:32.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:31.145539+0000 mgr.smithi008.bqmuux (mgr.14182) 1177 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:32.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:32 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:31.536625+0000 mgr.smithi008.bqmuux (mgr.14182) 1178 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:33.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:31.145539+0000 mgr.smithi008.bqmuux (mgr.14182) 1177 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:33.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:32 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:31.536625+0000 mgr.smithi008.bqmuux (mgr.14182) 1178 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:34.160 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:34.160 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:34.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:34.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:34 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:33.537287+0000 mgr.smithi008.bqmuux (mgr.14182) 1179 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:35.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:34 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:33.537287+0000 mgr.smithi008.bqmuux (mgr.14182) 1179 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:35.558 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:35.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:35 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:34.157622+0000 mgr.smithi008.bqmuux (mgr.14182) 1180 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:36.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:35 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:34.157622+0000 mgr.smithi008.bqmuux (mgr.14182) 1180 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:36.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:36 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:35.538115+0000 mgr.smithi008.bqmuux (mgr.14182) 1181 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:21:37.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:36 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:35.538115+0000 mgr.smithi008.bqmuux (mgr.14182) 1181 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-18T02:21:37.015 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:37.015 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:37.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:38.464 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:38.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:37.017420+0000 mgr.smithi008.bqmuux (mgr.14182) 1182 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:38.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:38 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:37.539016+0000 mgr.smithi008.bqmuux (mgr.14182) 1183 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:39.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:37.017420+0000 mgr.smithi008.bqmuux (mgr.14182) 1182 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:39.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:38 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:37.539016+0000 mgr.smithi008.bqmuux (mgr.14182) 1183 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:40.056 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:40.056 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:40.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:40.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:40 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:39.539716+0000 mgr.smithi008.bqmuux (mgr.14182) 1184 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:41.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:40 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:39.539716+0000 mgr.smithi008.bqmuux (mgr.14182) 1184 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:41.535 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:41.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:41 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:40.057794+0000 mgr.smithi008.bqmuux (mgr.14182) 1185 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:42.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:41 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:40.057794+0000 mgr.smithi008.bqmuux (mgr.14182) 1185 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:42 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:41.540792+0000 mgr.smithi008.bqmuux (mgr.14182) 1186 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:43.084 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:43.085 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:43.113 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:42 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:41.540792+0000 mgr.smithi008.bqmuux (mgr.14182) 1186 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:43.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:44.574 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:44.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:43.086120+0000 mgr.smithi008.bqmuux (mgr.14182) 1187 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:44.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:44 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:43.541560+0000 mgr.smithi008.bqmuux (mgr.14182) 1188 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:44.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:43.086120+0000 mgr.smithi008.bqmuux (mgr.14182) 1187 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:45.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:44 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:43.541560+0000 mgr.smithi008.bqmuux (mgr.14182) 1188 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:21:46.182 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:46.182 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:46.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:46 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:45.542364+0000 mgr.smithi008.bqmuux (mgr.14182) 1189 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-18T02:21:46.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:46 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:45.542364+0000 mgr.smithi008.bqmuux (mgr.14182) 1189 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-18T02:21:46.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:47.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:47 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:46.183247+0000 mgr.smithi008.bqmuux (mgr.14182) 1190 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:47.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:47 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:46.183247+0000 mgr.smithi008.bqmuux (mgr.14182) 1190 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:47.685 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:21:48.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:48 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:47.543195+0000 mgr.smithi008.bqmuux (mgr.14182) 1191 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s 2024-02-18T02:21:48.500 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:48 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:47.543195+0000 mgr.smithi008.bqmuux (mgr.14182) 1191 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s 2024-02-18T02:21:49.310 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-18T02:21:49.310 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:58:01.311955Z", "last_refresh": "2024-02-18T02:18:47.121471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:57:57.410111Z", "last_refresh": "2024-02-18T02:18:44.067965Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:57:59.411363Z", "last_refresh": "2024-02-18T02:18:47.121615Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:14:58.831372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wroszw on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-wroszw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.wroszw\nDeploy daemon haproxy.nfs.foo.smithi148.wroszw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:13:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:13:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:14:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.627318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.rdjyny on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi008-rdjyny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi008.rdjyny\nDeploy daemon haproxy.nfs.foo.smithi008.rdjyny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:16:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:17:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:17:42.629617Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.bymkxf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:17:42.630793Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.ogebhy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:21:16.912003Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.uapaxf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi148-uapaxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\n/bin/podman: stderr Error: no such container ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi148.uapaxf\nDeploy daemon haproxy.nfs.foo.smithi148.uapaxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:19:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:20:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-02-18T02:01:32.707280Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:57:56.439432Z", "last_refresh": "2024-02-18T02:18:44.068164Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:03.620132Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:59:03.617411Z", "last_refresh": "2024-02-18T02:18:44.068263Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:01:32.706022Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-18T02:01:32.702220Z", "last_refresh": "2024-02-18T02:18:47.122166Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:58:00.390280Z", "last_refresh": "2024-02-18T02:18:44.068348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:59:27.491471Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:59:27.487543Z", "last_refresh": "2024-02-18T02:18:44.068461Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:57:58.495866Z", "last_refresh": "2024-02-18T02:18:47.121755Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:01:28.838788Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-18T02:01:33.833739Z", "last_refresh": "2024-02-18T02:18:44.068786Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-18T02:21:49.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:21:49.783 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-18T02:21:50.037 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=197d8e4d31bc4864b5c6e728c9dafc11 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-18T02:21:50.039 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-18T02:21:50.048 INFO:tasks.vip:Removing 10.0.15.8 (and any VIPs) on smithi008.front.sepia.ceph.com iface ens1f0... 2024-02-18T02:21:50.049 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr del 10.0.15.8/16 dev ens1f0 2024-02-18T02:21:50.102 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr del 10.0.31.8/16 dev ens1f0 2024-02-18T02:21:50.176 INFO:teuthology.orchestra.run.smithi008.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-18T02:21:50.177 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-18T02:21:50.177 INFO:tasks.vip:Removing 10.0.15.148 (and any VIPs) on smithi148.front.sepia.ceph.com iface enp3s0f1... 2024-02-18T02:21:50.178 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr del 10.0.15.148/16 dev enp3s0f1 2024-02-18T02:21:50.231 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr del 10.0.31.8/16 dev enp3s0f1 2024-02-18T02:21:50.260 INFO:teuthology.orchestra.run.smithi148.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-18T02:21:50.261 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-18T02:21:50.261 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-18T02:21:50.271 INFO:tasks.cephadm:Teardown begin 2024-02-18T02:21:50.272 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:21:50.307 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:21:50.337 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-18T02:21:50.337 DEBUG:teuthology.orchestra.run.smithi008:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-18T02:21:50.369 DEBUG:teuthology.orchestra.run.smithi148:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-18T02:21:50.394 INFO:tasks.cephadm:Stopping all daemons... 2024-02-18T02:21:50.395 INFO:tasks.cephadm.mon.smithi008:Stopping mon.smithi008... 2024-02-18T02:21:50.395 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi008 2024-02-18T02:21:50.706 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:50 smithi008 systemd[1]: Stopping Ceph mon.smithi008 for f82c32f8-ce00-11ee-95ba-87774f69a715... 2024-02-18T02:21:50.707 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:50 smithi008 bash[154629]: Error: no container with name or ID "ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon.smithi008" found: no such container 2024-02-18T02:21:50.707 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: audit 2024-02-18T02:21:49.311085+0000 mgr.smithi008.bqmuux (mgr.14182) 1192 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:50.707 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: cluster 2024-02-18T02:21:49.543846+0000 mgr.smithi008.bqmuux (mgr.14182) 1193 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-02-18T02:21:50.707 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T02:21:50.711+0000 7ff62d69a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi008 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-18T02:21:51.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: audit 2024-02-18T02:21:49.311085+0000 mgr.smithi008.bqmuux (mgr.14182) 1192 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:21:51.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:50 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: cluster 2024-02-18T02:21:49.543846+0000 mgr.smithi008.bqmuux (mgr.14182) 1193 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-02-18T02:21:51.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:50 smithi008 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008[33347]: debug 2024-02-18T02:21:50.711+0000 7ff62d69a700 -1 mon.smithi008@0(leader) e2 *** Got Signal Terminated *** 2024-02-18T02:21:51.115 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Feb 18 02:21:50 smithi008 bash[154669]: ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi008 2024-02-18T02:21:51.286 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi008.service' 2024-02-18T02:21:51.347 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-18T02:21:51.348 INFO:tasks.cephadm.mon.smithi008:Stopped mon.smithi008 2024-02-18T02:21:51.348 INFO:tasks.cephadm.mon.smithi148:Stopping mon.smithi148... 2024-02-18T02:21:51.348 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi148 2024-02-18T02:21:51.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:51 smithi148 systemd[1]: Stopping Ceph mon.smithi148 for f82c32f8-ce00-11ee-95ba-87774f69a715... 2024-02-18T02:21:51.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:51 smithi148 bash[59623]: Error: no container with name or ID "ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon.smithi148" found: no such container 2024-02-18T02:21:51.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T02:21:51.617+0000 7effc3652700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi148 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-18T02:21:51.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:51 smithi148 ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148[37735]: debug 2024-02-18T02:21:51.617+0000 7effc3652700 -1 mon.smithi148@1(peon) e2 *** Got Signal Terminated *** 2024-02-18T02:21:52.222 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 18 02:21:52 smithi148 bash[59661]: ceph-f82c32f8-ce00-11ee-95ba-87774f69a715-mon-smithi148 2024-02-18T02:21:52.229 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f82c32f8-ce00-11ee-95ba-87774f69a715@mon.smithi148.service' 2024-02-18T02:21:52.319 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-18T02:21:52.320 INFO:tasks.cephadm.mon.smithi148:Stopped mon.smithi148 2024-02-18T02:21:52.320 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-18T02:24:43.534 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-18T02:25:24.324 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:25:24.380 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:25:24.411 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-18T02:25:24.413 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122/remote/ubuntu@smithi008.front.sepia.ceph.com/crash 2024-02-18T02:25:24.414 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/crash -- . 2024-02-18T02:25:24.485 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-18T02:25:24.485 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2024-02-18T02:25:24.487 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122/remote/ubuntu@smithi148.front.sepia.ceph.com/crash 2024-02-18T02:25:24.488 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/crash -- . 2024-02-18T02:25:24.519 INFO:teuthology.orchestra.run.smithi148.stderr:tar: /var/lib/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-18T02:25:24.520 INFO:teuthology.orchestra.run.smithi148.stderr:tar: Error is not recoverable: exiting now 2024-02-18T02:25:24.521 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-18T02:25:24.521 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-18T02:25:24.557 INFO:teuthology.orchestra.run.smithi008.stdout:2024-02-18T02:06:41.040618+0000 mon.smithi008 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:25:24.557 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-18T02:25:24.558 INFO:tasks.cephadm:Compressing logs... 2024-02-18T02:25:24.558 DEBUG:teuthology.orchestra.run.smithi008:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-18T02:25:24.600 DEBUG:teuthology.orchestra.run.smithi148:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-18T02:25:24.633 INFO:teuthology.orchestra.run.smithi148.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-18T02:25:24.633 INFO:teuthology.orchestra.run.smithi148.stderr:: No such file or directory 2024-02-18T02:25:24.634 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-18T02:25:24.634 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mgr.smithi148.ueehun.log 2024-02-18T02:25:24.634 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.log 2024-02-18T02:25:24.634 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mgr.smithi148.ueehun.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.2.log 2024-02-18T02:25:24.635 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-18T02:25:24.635 INFO:teuthology.orchestra.run.smithi148.stderr: 95.3% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-18T02:25:24.635 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-client.rgw.foorgw.smithi148.fsgdlw.log 2024-02-18T02:25:24.635 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.0.log 2024-02-18T02:25:24.636 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-volume.log: /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-client.rgw.foorgw.smithi148.fsgdlw.log: 76.4% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-client.rgw.foorgw.smithi148.fsgdlw.log.gz 2024-02-18T02:25:24.636 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-18T02:25:24.636 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.audit.log: 90.8% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-18T02:25:24.642 INFO:teuthology.orchestra.run.smithi148.stderr: 91.8% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-18T02:25:24.643 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.6.log 2024-02-18T02:25:24.643 INFO:teuthology.orchestra.run.smithi148.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-18T02:25:24.643 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.6.log: 93.2% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mgr.smithi148.ueehun.log.gz 2024-02-18T02:25:24.643 INFO:teuthology.orchestra.run.smithi148.stderr: 92.6% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-18T02:25:24.644 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mon.smithi148.log 2024-02-18T02:25:24.644 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.4.log 2024-02-18T02:25:24.645 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-18T02:25:24.645 INFO:teuthology.orchestra.run.smithi008.stderr:: No such file or directory 2024-02-18T02:25:24.645 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.5.log 2024-02-18T02:25:24.645 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mgr.smithi008.bqmuux.log 2024-02-18T02:25:24.646 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-18T02:25:24.646 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mgr.smithi008.bqmuux.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.7.log 2024-02-18T02:25:24.646 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.1.log 2024-02-18T02:25:24.647 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.log 2024-02-18T02:25:24.647 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.1.log: 94.9% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-18T02:25:24.647 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.3.log 2024-02-18T02:25:24.647 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.3.log: 90.7% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-18T02:25:24.648 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-18T02:25:24.648 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-18T02:25:24.650 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.audit.log: 91.5% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-18T02:25:24.650 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-client.rgw.foorgw.smithi008.krtcjs.log 2024-02-18T02:25:24.651 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-client.rgw.foorgw.smithi008.krtcjs.log: 92.6% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-18T02:25:24.651 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mon.smithi008.log 2024-02-18T02:25:24.651 INFO:teuthology.orchestra.run.smithi008.stderr: 77.0% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-client.rgw.foorgw.smithi008.krtcjs.log.gz 2024-02-18T02:25:24.671 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mon.smithi008.log: 94.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-18T02:25:24.844 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mon.smithi148.log: /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.4.log: 92.5% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mon.smithi148.log.gz 2024-02-18T02:25:24.929 INFO:teuthology.orchestra.run.smithi008.stderr: 90.4% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mgr.smithi008.bqmuux.log.gz 2024-02-18T02:25:25.550 INFO:teuthology.orchestra.run.smithi008.stderr: 93.6% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.7.log.gz 2024-02-18T02:25:25.630 INFO:teuthology.orchestra.run.smithi148.stderr: 93.7% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.4.log.gz 2024-02-18T02:25:25.663 INFO:teuthology.orchestra.run.smithi148.stderr: 93.2% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.2.log.gz 2024-02-18T02:25:25.675 INFO:teuthology.orchestra.run.smithi008.stderr: 90.4% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-mon.smithi008.log.gz 2024-02-18T02:25:25.679 INFO:teuthology.orchestra.run.smithi008.stderr: 93.3% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.5.log.gz 2024-02-18T02:25:25.771 INFO:teuthology.orchestra.run.smithi148.stderr: 93.2% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.6.log.gz 2024-02-18T02:25:25.789 INFO:teuthology.orchestra.run.smithi008.stderr: 93.2% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.1.log.gz 2024-02-18T02:25:25.889 INFO:teuthology.orchestra.run.smithi148.stderr: 93.4% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.0.log.gz 2024-02-18T02:25:25.891 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-02-18T02:25:25.891 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m1.274s 2024-02-18T02:25:25.891 INFO:teuthology.orchestra.run.smithi148.stderr:user 0m4.486s 2024-02-18T02:25:25.891 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m0.185s 2024-02-18T02:25:26.297 INFO:teuthology.orchestra.run.smithi008.stderr: 93.5% -- replaced with /var/log/ceph/f82c32f8-ce00-11ee-95ba-87774f69a715/ceph-osd.3.log.gz 2024-02-18T02:25:26.300 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-18T02:25:26.300 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m1.681s 2024-02-18T02:25:26.300 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m5.937s 2024-02-18T02:25:26.301 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.236s 2024-02-18T02:25:26.301 INFO:tasks.cephadm:Archiving logs... 2024-02-18T02:25:26.302 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122/remote/ubuntu@smithi008.front.sepia.ceph.com/log 2024-02-18T02:25:26.303 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-18T02:25:27.156 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122/remote/ubuntu@smithi148.front.sepia.ceph.com/log 2024-02-18T02:25:27.157 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-18T02:25:27.857 INFO:tasks.cephadm:Removing cluster... 2024-02-18T02:25:27.857 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 --force 2024-02-18T02:25:28.271 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f82c32f8-ce00-11ee-95ba-87774f69a715 --force 2024-02-18T02:25:28.648 INFO:tasks.cephadm:Removing cephadm ... 2024-02-18T02:25:28.648 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-18T02:25:28.671 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-18T02:25:28.687 INFO:tasks.cephadm:Teardown complete 2024-02-18T02:25:28.688 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-18T02:25:28.700 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_1... 2024-02-18T02:25:28.700 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_1 2024-02-18T02:25:28.848 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-18T02:25:28.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:28.850 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_2... 2024-02-18T02:25:28.850 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_2 2024-02-18T02:25:28.993 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-18T02:25:28.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:28.996 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_3... 2024-02-18T02:25:28.996 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_3 2024-02-18T02:25:29.133 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-18T02:25:29.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:29.135 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_4... 2024-02-18T02:25:29.136 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_4 2024-02-18T02:25:29.267 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-18T02:25:29.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:29.270 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-18T02:25:29.270 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/scratch_devs 2024-02-18T02:25:29.304 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2024-02-18T02:25:29.305 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_1 2024-02-18T02:25:29.445 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-18T02:25:29.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:29.447 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2024-02-18T02:25:29.447 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_2 2024-02-18T02:25:29.570 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-18T02:25:29.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:29.572 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2024-02-18T02:25:29.573 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_3 2024-02-18T02:25:29.691 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-18T02:25:29.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:29.693 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2024-02-18T02:25:29.693 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_4 2024-02-18T02:25:29.811 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-18T02:25:29.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:29.813 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-18T02:25:29.813 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2024-02-18T02:25:29.840 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-18T02:25:29.851 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-18T02:25:29.851 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T02:25:29.854 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T02:25:29.872 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2024-02-18T02:25:29.877 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T02:25:29.877 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-02-18T02:25:29.878 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 22 +2093us[+2093us] +/- 90ms 2024-02-18T02:25:29.878 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv02.front.sepia.ceph.com 3 7 377 24 -835us[ -805us] +/- 51ms 2024-02-18T02:25:29.878 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 26 -507us[ -477us] +/- 63ms 2024-02-18T02:25:29.878 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:25:29.898 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2024-02-18T02:25:29.902 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T02:25:29.902 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-02-18T02:25:29.902 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 24 +2120us[+2120us] +/- 90ms 2024-02-18T02:25:29.902 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv02.front.sepia.ceph.com 3 6 377 24 -832us[ -831us] +/- 51ms 2024-02-18T02:25:29.903 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 24 -515us[ -515us] +/- 63ms 2024-02-18T02:25:29.904 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:25:29.906 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-18T02:25:29.918 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-18T02:25:29.919 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-18T02:25:29.956 DEBUG:teuthology.orchestra.run.smithi008:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-18T02:25:30.041 DEBUG:teuthology.orchestra.run.smithi148:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-18T02:25:30.103 DEBUG:teuthology.orchestra.run.smithi008:> 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 2024-02-18T02:25:30.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:30.141 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-02-18T02:25:30.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:30.172 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-18T02:25:30.183 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-18T02:25:30.194 INFO:teuthology.task.internal:Duration was 2360.419946 seconds 2024-02-18T02:25:30.195 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-18T02:25:30.207 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-18T02:25:30.208 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-18T02:25:30.211 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-18T02:25:30.260 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T02:25:30.269 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T02:25:30.630 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-18T02:25:30.631 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2024-02-18T02:25:30.631 DEBUG:teuthology.orchestra.run.smithi008:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-18T02:25:30.658 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-02-18T02:25:30.659 DEBUG:teuthology.orchestra.run.smithi148:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-18T02:25:30.681 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-18T02:25:30.681 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-18T02:25:30.701 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-18T02:25:30.786 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-18T02:25:30.786 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-18T02:25:30.789 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-18T02:25:30.961 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-18T02:25:30.973 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-18T02:25:30.973 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-18T02:25:31.004 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-18T02:25:31.032 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-18T02:25:31.047 DEBUG:teuthology.orchestra.run.smithi008:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-18T02:25:31.049 DEBUG:teuthology.orchestra.run.smithi148:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-18T02:25:31.078 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2024-02-18T02:25:31.099 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-02-18T02:25:31.125 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-18T02:25:31.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:31.163 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-18T02:25:31.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:25:31.181 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-18T02:25:31.193 INFO:teuthology.task.internal:Transferring archived files... 2024-02-18T02:25:31.194 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122/remote/smithi008 2024-02-18T02:25:31.195 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-18T02:25:31.259 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122/remote/smithi148 2024-02-18T02:25:31.259 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-18T02:25:31.301 INFO:teuthology.task.internal:Removing archive directory... 2024-02-18T02:25:31.301 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-18T02:25:31.304 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-18T02:25:31.355 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-18T02:25:31.368 INFO:teuthology.task.internal:Not uploading archives. 2024-02-18T02:25:31.368 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-18T02:25:31.380 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-18T02:25:31.380 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-18T02:25:31.383 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-18T02:25:31.402 INFO:teuthology.orchestra.run.smithi008.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 02:25 /home/ubuntu/cephtest 2024-02-18T02:25:31.411 INFO:teuthology.orchestra.run.smithi148.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 02:25 /home/ubuntu/cephtest 2024-02-18T02:25:31.412 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-18T02:25:31.424 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-18T02:25:31.450 INFO:teuthology.nuke:Checking targets against current locks 2024-02-18T02:25:31.475 DEBUG:teuthology.nuke:shortname: smithi008 2024-02-18T02:25:31.475 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T02:25:31.496 DEBUG:teuthology.nuke:shortname: smithi148 2024-02-18T02:25:31.496 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T02:25:31.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-18 01:40:32.809444', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCumYKb6Xe95vXHxUkiLWks4UtqnBt55bEmpj2GgtqLNYjjzoDC4htxWiuF3NZHZ0TU1VahTgz/HIzvXy7UDd4w='} 2024-02-18T02:25:31.522 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565122', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-18 01:40:32.811354', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHrQ5wrBZUQanL76tDmVAHCn88BOaS+dSTpWAdoDyzcGVpMxay9y4T9r3p4LaImeN1EZkKNM5LxfJeZRrYK8duE='} 2024-02-18T02:25:31.550 INFO:teuthology.orchestra.console.smithi008:Power off 2024-02-18T02:25:31.550 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-18T02:25:31.580 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2024-02-18T02:25:31.580 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:25:31.597 INFO:teuthology.orchestra.console.smithi148:Power off 2024-02-18T02:25:31.597 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-18T02:25:31.609 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-02-18T02:25:31.624 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2024-02-18T02:25:31.624 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:25:31.650 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-02-18T02:25:35.611 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:25:35.651 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:25:35.723 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-02-18T02:25:35.762 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-02-18T02:25:39.725 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:25:39.763 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:25:39.836 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2024-02-18T02:25:39.873 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2024-02-18T02:25:39.937 INFO:teuthology.orchestra.console.smithi008:Power off completed 2024-02-18T02:25:39.974 INFO:teuthology.orchestra.console.smithi148:Power off completed 2024-02-18T02:25:40.079 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 2360.419945716858 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=197d8e4d31bc4864b5c6e728c9dafc11 status: fail success: false 2024-02-18T02:25:40.079 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-18T02:25:40.153 INFO:teuthology.run:FAIL